public interface IWorkbookPivotTableCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookPivotTableCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookPivotTableCollectionPage |
get() |
void |
get(ICallback<IWorkbookPivotTableCollectionPage> callback) |
WorkbookPivotTable |
post(WorkbookPivotTable newWorkbookPivotTable) |
void |
post(WorkbookPivotTable newWorkbookPivotTable,
ICallback<WorkbookPivotTable> callback) |
IWorkbookPivotTableCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookPivotTableCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IWorkbookPivotTableCollectionPage> callback)
IWorkbookPivotTableCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookPivotTable newWorkbookPivotTable, ICallback<WorkbookPivotTable> callback)
WorkbookPivotTable post(WorkbookPivotTable newWorkbookPivotTable) throws ClientException
ClientExceptionIWorkbookPivotTableCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookPivotTableCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookPivotTableCollectionRequest top(int value)
value - the max number of items to return