public class SignInCollectionRequest extends BaseCollectionRequest<SignInCollectionResponse,ISignInCollectionPage> implements ISignInCollectionRequest
| Constructor and Description |
|---|
SignInCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of SignIn
|
| Modifier and Type | Method and Description |
|---|---|
ISignInCollectionPage |
buildFromResponse(SignInCollectionResponse response) |
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)
Add Skip token for pagination
|
ISignInCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic SignInCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super ISignInCollectionPage> callback)
get in interface ISignInCollectionRequestpublic ISignInCollectionPage get() throws ClientException
get in interface ISignInCollectionRequestClientExceptionpublic void post(SignIn newSignIn, ICallback<? super SignIn> callback)
post in interface ISignInCollectionRequestpublic SignIn post(SignIn newSignIn) throws ClientException
post in interface ISignInCollectionRequestClientExceptionpublic ISignInCollectionRequest expand(java.lang.String value)
expand in interface ISignInCollectionRequestvalue - the expand clausepublic ISignInCollectionRequest filter(java.lang.String value)
filter in interface ISignInCollectionRequestvalue - the filter clausepublic ISignInCollectionRequest orderBy(java.lang.String value)
orderBy in interface ISignInCollectionRequestvalue - the order by clausepublic ISignInCollectionRequest select(java.lang.String value)
select in interface ISignInCollectionRequestvalue - the select clausepublic ISignInCollectionRequest top(int value)
top in interface ISignInCollectionRequestvalue - the max number of items to returnpublic ISignInCollectionRequest skip(int value)
skip in interface ISignInCollectionRequestvalue - of the number of items to skippublic ISignInCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface ISignInCollectionRequestskipToken - - Token for paginationpublic ISignInCollectionPage buildFromResponse(SignInCollectionResponse response)