public interface IListItemVersionCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IListItemVersionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IListItemVersionCollectionPage |
get() |
void |
get(ICallback<IListItemVersionCollectionPage> callback) |
ListItemVersion |
post(ListItemVersion newListItemVersion) |
void |
post(ListItemVersion newListItemVersion,
ICallback<ListItemVersion> callback) |
IListItemVersionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IListItemVersionCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IListItemVersionCollectionPage> callback)
IListItemVersionCollectionPage get() throws ClientException
ClientExceptionvoid post(ListItemVersion newListItemVersion, ICallback<ListItemVersion> callback)
ListItemVersion post(ListItemVersion newListItemVersion) throws ClientException
ClientExceptionIListItemVersionCollectionRequest expand(java.lang.String value)
value - the expand clauseIListItemVersionCollectionRequest select(java.lang.String value)
value - the select clauseIListItemVersionCollectionRequest top(int value)
value - the max number of items to return