public interface ISignInCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ISignInCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISignInCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ISignInCollectionPage |
get() |
void |
get(ICallback<? super ISignInCollectionPage> callback) |
ISignInCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
SignIn |
post(SignIn newSignIn) |
void |
post(SignIn newSignIn,
ICallback<? super SignIn> callback) |
ISignInCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISignInCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ISignInCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ISignInCollectionRequest |
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 ISignInCollectionPage> callback)
ISignInCollectionPage get() throws ClientException
ClientExceptionSignIn post(SignIn newSignIn) throws ClientException
ClientExceptionISignInCollectionRequest expand(java.lang.String value)
value - the expand clauseISignInCollectionRequest filter(java.lang.String value)
value - the filter clauseISignInCollectionRequest orderBy(java.lang.String value)
value - the order by clauseISignInCollectionRequest select(java.lang.String value)
value - the select clauseISignInCollectionRequest top(int value)
value - the max number of items to returnISignInCollectionRequest skip(int value)
value - of the number of items to skipISignInCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination