public interface IWorkbookRangeRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<WorkbookRange> callback)
Delete this item from the service
|
IWorkbookRangeRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookRange |
get()
Gets the WorkbookRange from the service
|
void |
get(ICallback<WorkbookRange> callback)
Gets the WorkbookRange from the service
|
WorkbookRange |
patch(WorkbookRange sourceWorkbookRange)
Patches this WorkbookRange with a source
|
void |
patch(WorkbookRange sourceWorkbookRange,
ICallback<WorkbookRange> callback)
Patches this WorkbookRange with a source
|
WorkbookRange |
post(WorkbookRange newWorkbookRange)
Posts a WorkbookRange with a new object
|
void |
post(WorkbookRange newWorkbookRange,
ICallback<WorkbookRange> callback)
Posts a WorkbookRange with a new object
|
IWorkbookRangeRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getHeaders, getHttpMethod, getOptions, getRequestUrl, getUseCaches, setUseCaches
void get(ICallback<WorkbookRange> callback)
callback
- the callback to be called after success or failureWorkbookRange get() throws ClientException
ClientException
- this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<WorkbookRange> callback)
callback
- the callback when the deletion action has completedvoid delete() throws ClientException
ClientException
- if there was an exception during the delete operationvoid patch(WorkbookRange sourceWorkbookRange, ICallback<WorkbookRange> callback)
sourceWorkbookRange
- the source object with updatescallback
- the callback to be called after success or failureWorkbookRange patch(WorkbookRange sourceWorkbookRange) throws ClientException
sourceWorkbookRange
- the source object with updatesClientException
- this exception occurs if the request was unable to complete for any reasonvoid post(WorkbookRange newWorkbookRange, ICallback<WorkbookRange> callback)
newWorkbookRange
- the new object to createcallback
- the callback to be called after success or failureWorkbookRange post(WorkbookRange newWorkbookRange) throws ClientException
newWorkbookRange
- the new object to createClientException
- this exception occurs if the request was unable to complete for any reasonIWorkbookRangeRequest select(java.lang.String value)
value
- the select clauseIWorkbookRangeRequest expand(java.lang.String value)
value
- the expand clause