public class WorkforceIntegrationCollectionRequest extends BaseCollectionRequest<WorkforceIntegrationCollectionResponse,IWorkforceIntegrationCollectionPage> implements IWorkforceIntegrationCollectionRequest
| Constructor and Description |
|---|
WorkforceIntegrationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of WorkforceIntegration
|
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 WorkforceIntegrationCollectionRequest(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 IWorkforceIntegrationCollectionPage> callback)
get in interface IWorkforceIntegrationCollectionRequestpublic IWorkforceIntegrationCollectionPage get() throws ClientException
get in interface IWorkforceIntegrationCollectionRequestClientExceptionpublic void post(WorkforceIntegration newWorkforceIntegration, ICallback<? super WorkforceIntegration> callback)
post in interface IWorkforceIntegrationCollectionRequestpublic WorkforceIntegration post(WorkforceIntegration newWorkforceIntegration) throws ClientException
post in interface IWorkforceIntegrationCollectionRequestClientExceptionpublic IWorkforceIntegrationCollectionRequest expand(java.lang.String value)
expand in interface IWorkforceIntegrationCollectionRequestvalue - the expand clausepublic IWorkforceIntegrationCollectionRequest filter(java.lang.String value)
filter in interface IWorkforceIntegrationCollectionRequestvalue - the filter clausepublic IWorkforceIntegrationCollectionRequest orderBy(java.lang.String value)
orderBy in interface IWorkforceIntegrationCollectionRequestvalue - the order by clausepublic IWorkforceIntegrationCollectionRequest select(java.lang.String value)
select in interface IWorkforceIntegrationCollectionRequestvalue - the select clausepublic IWorkforceIntegrationCollectionRequest top(int value)
top in interface IWorkforceIntegrationCollectionRequestvalue - the max number of items to returnpublic IWorkforceIntegrationCollectionRequest skip(int value)
skip in interface IWorkforceIntegrationCollectionRequestvalue - of the number of items to skippublic IWorkforceIntegrationCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IWorkforceIntegrationCollectionRequestskipToken - - Token for paginationpublic IWorkforceIntegrationCollectionPage buildFromResponse(WorkforceIntegrationCollectionResponse response)