public interface IListItemVersionCollectionRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
IListItemVersionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IListItemVersionCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IListItemVersionCollectionPage |
get() |
void |
get(ICallback<? super IListItemVersionCollectionPage> callback) |
IListItemVersionCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ListItemVersion |
post(ListItemVersion newListItemVersion) |
void |
post(ListItemVersion newListItemVersion,
ICallback<? super ListItemVersion> callback) |
IListItemVersionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IListItemVersionCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IListItemVersionCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IListItemVersionCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
void get(ICallback<? super IListItemVersionCollectionPage> callback)
IListItemVersionCollectionPage get() throws ClientException
ClientException
void post(ListItemVersion newListItemVersion, ICallback<? super ListItemVersion> callback)
ListItemVersion post(ListItemVersion newListItemVersion) throws ClientException
ClientException
IListItemVersionCollectionRequest expand(java.lang.String value)
value
- the expand clauseIListItemVersionCollectionRequest filter(java.lang.String value)
value
- the filter clauseIListItemVersionCollectionRequest orderBy(java.lang.String value)
value
- the order by clauseIListItemVersionCollectionRequest select(java.lang.String value)
value
- the select clauseIListItemVersionCollectionRequest top(int value)
value
- the max number of items to returnIListItemVersionCollectionRequest skip(int value)
value
- of the number of items to skipIListItemVersionCollectionRequest skipToken(java.lang.String skipToken)
skipToken
- value for pagination