public interface IWorkforceIntegrationCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkforceIntegrationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkforceIntegrationCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IWorkforceIntegrationCollectionPage |
get() |
void |
get(ICallback<? super IWorkforceIntegrationCollectionPage> callback) |
IWorkforceIntegrationCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
WorkforceIntegration |
post(WorkforceIntegration newWorkforceIntegration) |
void |
post(WorkforceIntegration newWorkforceIntegration,
ICallback<? super WorkforceIntegration> callback) |
IWorkforceIntegrationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkforceIntegrationCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IWorkforceIntegrationCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IWorkforceIntegrationCollectionRequest |
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 IWorkforceIntegrationCollectionPage> callback)
IWorkforceIntegrationCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkforceIntegration newWorkforceIntegration, ICallback<? super WorkforceIntegration> callback)
WorkforceIntegration post(WorkforceIntegration newWorkforceIntegration) throws ClientException
ClientExceptionIWorkforceIntegrationCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkforceIntegrationCollectionRequest filter(java.lang.String value)
value - the filter clauseIWorkforceIntegrationCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIWorkforceIntegrationCollectionRequest select(java.lang.String value)
value - the select clauseIWorkforceIntegrationCollectionRequest top(int value)
value - the max number of items to returnIWorkforceIntegrationCollectionRequest skip(int value)
value - of the number of items to skipIWorkforceIntegrationCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination