public interface ISessionCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ISessionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISessionCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ISessionCollectionPage |
get() |
void |
get(ICallback<? super ISessionCollectionPage> callback) |
ISessionCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
Session |
post(Session newSession) |
void |
post(Session newSession,
ICallback<? super Session> callback) |
ISessionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISessionCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ISessionCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ISessionCollectionRequest |
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, withHttpMethodvoid get(ICallback<? super ISessionCollectionPage> callback)
ISessionCollectionPage get() throws ClientException
ClientExceptionSession post(Session newSession) throws ClientException
ClientExceptionISessionCollectionRequest expand(java.lang.String value)
value - the expand clauseISessionCollectionRequest filter(java.lang.String value)
value - the filter clauseISessionCollectionRequest orderBy(java.lang.String value)
value - the order by clauseISessionCollectionRequest select(java.lang.String value)
value - the select clauseISessionCollectionRequest top(int value)
value - the max number of items to returnISessionCollectionRequest skip(int value)
value - of the number of items to skipISessionCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination