public interface IWorkbookOperationCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
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)
Sets the skip token value for the request
|
IWorkbookOperationCollectionRequest |
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 IWorkbookOperationCollectionPage> callback)
IWorkbookOperationCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookOperation newWorkbookOperation, ICallback<? super WorkbookOperation> callback)
WorkbookOperation post(WorkbookOperation newWorkbookOperation) throws ClientException
ClientExceptionIWorkbookOperationCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookOperationCollectionRequest filter(java.lang.String value)
value - the filter clauseIWorkbookOperationCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIWorkbookOperationCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookOperationCollectionRequest top(int value)
value - the max number of items to returnIWorkbookOperationCollectionRequest skip(int value)
value - of the number of items to skipIWorkbookOperationCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination