public class WorkbookOperationCollectionRequest extends BaseCollectionRequest<WorkbookOperationCollectionResponse,IWorkbookOperationCollectionPage> implements IWorkbookOperationCollectionRequest
| Constructor and Description |
|---|
WorkbookOperationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of WorkbookOperation
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookOperationCollectionPage |
buildFromResponse(WorkbookOperationCollectionResponse response) |
IWorkbookOperationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookOperationCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IWorkbookOperationCollectionPage |
get() |
void |
get(ICallback<? super IWorkbookOperationCollectionPage> callback) |
IWorkbookOperationCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
WorkbookOperation |
post(WorkbookOperation newWorkbookOperation) |
void |
post(WorkbookOperation newWorkbookOperation,
ICallback<? super WorkbookOperation> callback) |
IWorkbookOperationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookOperationCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IWorkbookOperationCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IWorkbookOperationCollectionRequest |
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 WorkbookOperationCollectionRequest(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 IWorkbookOperationCollectionPage> callback)
get in interface IWorkbookOperationCollectionRequestpublic IWorkbookOperationCollectionPage get() throws ClientException
get in interface IWorkbookOperationCollectionRequestClientExceptionpublic void post(WorkbookOperation newWorkbookOperation, ICallback<? super WorkbookOperation> callback)
post in interface IWorkbookOperationCollectionRequestpublic WorkbookOperation post(WorkbookOperation newWorkbookOperation) throws ClientException
post in interface IWorkbookOperationCollectionRequestClientExceptionpublic IWorkbookOperationCollectionRequest expand(java.lang.String value)
expand in interface IWorkbookOperationCollectionRequestvalue - the expand clausepublic IWorkbookOperationCollectionRequest filter(java.lang.String value)
filter in interface IWorkbookOperationCollectionRequestvalue - the filter clausepublic IWorkbookOperationCollectionRequest orderBy(java.lang.String value)
orderBy in interface IWorkbookOperationCollectionRequestvalue - the order by clausepublic IWorkbookOperationCollectionRequest select(java.lang.String value)
select in interface IWorkbookOperationCollectionRequestvalue - the select clausepublic IWorkbookOperationCollectionRequest top(int value)
top in interface IWorkbookOperationCollectionRequestvalue - the max number of items to returnpublic IWorkbookOperationCollectionRequest skip(int value)
skip in interface IWorkbookOperationCollectionRequestvalue - of the number of items to skippublic IWorkbookOperationCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IWorkbookOperationCollectionRequestskipToken - - Token for paginationpublic IWorkbookOperationCollectionPage buildFromResponse(WorkbookOperationCollectionResponse response)