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