public interface IWorkbookPivotTableRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super WorkbookPivotTable> callback)
Delete this item from the service
|
IWorkbookPivotTableRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookPivotTable |
get()
Gets the WorkbookPivotTable from the service
|
void |
get(ICallback<? super WorkbookPivotTable> callback)
Gets the WorkbookPivotTable from the service
|
WorkbookPivotTable |
patch(WorkbookPivotTable sourceWorkbookPivotTable)
Patches this WorkbookPivotTable with a source
|
void |
patch(WorkbookPivotTable sourceWorkbookPivotTable,
ICallback<? super WorkbookPivotTable> callback)
Patches this WorkbookPivotTable with a source
|
WorkbookPivotTable |
post(WorkbookPivotTable newWorkbookPivotTable)
Posts a WorkbookPivotTable with a new object
|
void |
post(WorkbookPivotTable newWorkbookPivotTable,
ICallback<? super WorkbookPivotTable> callback)
Posts a WorkbookPivotTable with a new object
|
WorkbookPivotTable |
put(WorkbookPivotTable newWorkbookPivotTable)
Posts a WorkbookPivotTable with a new object
|
void |
put(WorkbookPivotTable newWorkbookPivotTable,
ICallback<? super WorkbookPivotTable> callback)
Posts a WorkbookPivotTable with a new object
|
IWorkbookPivotTableRequest |
select(java.lang.String value)
Sets the select clause 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 WorkbookPivotTable> callback)
callback - the callback to be called after success or failureWorkbookPivotTable get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super WorkbookPivotTable> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(WorkbookPivotTable sourceWorkbookPivotTable, ICallback<? super WorkbookPivotTable> callback)
sourceWorkbookPivotTable - the source object with updatescallback - the callback to be called after success or failureWorkbookPivotTable patch(WorkbookPivotTable sourceWorkbookPivotTable) throws ClientException
sourceWorkbookPivotTable - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(WorkbookPivotTable newWorkbookPivotTable, ICallback<? super WorkbookPivotTable> callback)
newWorkbookPivotTable - the new object to createcallback - the callback to be called after success or failureWorkbookPivotTable post(WorkbookPivotTable newWorkbookPivotTable) throws ClientException
newWorkbookPivotTable - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(WorkbookPivotTable newWorkbookPivotTable, ICallback<? super WorkbookPivotTable> callback)
newWorkbookPivotTable - the object to create/updatecallback - the callback to be called after success or failureWorkbookPivotTable put(WorkbookPivotTable newWorkbookPivotTable) throws ClientException
newWorkbookPivotTable - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIWorkbookPivotTableRequest select(java.lang.String value)
value - the select clauseIWorkbookPivotTableRequest expand(java.lang.String value)
value - the expand clause