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
|
ISignInCollectionPage |
get() |
void |
get(ICallback<ISignInCollectionPage> callback) |
SignIn |
post(SignIn newSignIn) |
void |
post(SignIn newSignIn,
ICallback<SignIn> callback) |
ISignInCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISignInCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic 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<ISignInCollectionPage> callback)
get in interface ISignInCollectionRequestpublic ISignInCollectionPage get() throws ClientException
get in interface ISignInCollectionRequestClientExceptionpublic void post(SignIn newSignIn, ICallback<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 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 ISignInCollectionPage buildFromResponse(SignInCollectionResponse response)