public interface IWorkbookPivotTableCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookPivotTableCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookPivotTableCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IWorkbookPivotTableCollectionPage |
get() |
void |
get(ICallback<? super IWorkbookPivotTableCollectionPage> callback) |
IWorkbookPivotTableCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
WorkbookPivotTable |
post(WorkbookPivotTable newWorkbookPivotTable) |
void |
post(WorkbookPivotTable newWorkbookPivotTable,
ICallback<? super WorkbookPivotTable> callback) |
IWorkbookPivotTableCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookPivotTableCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IWorkbookPivotTableCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IWorkbookPivotTableCollectionRequest |
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 IWorkbookPivotTableCollectionPage> callback)
IWorkbookPivotTableCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookPivotTable newWorkbookPivotTable, ICallback<? super WorkbookPivotTable> callback)
WorkbookPivotTable post(WorkbookPivotTable newWorkbookPivotTable) throws ClientException
ClientExceptionIWorkbookPivotTableCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookPivotTableCollectionRequest filter(java.lang.String value)
value - the filter clauseIWorkbookPivotTableCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIWorkbookPivotTableCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookPivotTableCollectionRequest top(int value)
value - the max number of items to returnIWorkbookPivotTableCollectionRequest skip(int value)
value - of the number of items to skipIWorkbookPivotTableCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination