public class WorkbookRangeUsedRangeRequest extends BaseRequest implements IWorkbookRangeUsedRangeRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WorkbookRangeUsedRangeRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this WorkbookRangeUsedRange
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeUsedRangeRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookRange |
get()
Gets the WorkbookRange
|
void |
get(ICallback<WorkbookRange> callback)
Gets the WorkbookRange
|
WorkbookRange |
patch(WorkbookRange srcWorkbookRange)
Patches the WorkbookRangeUsedRange
|
void |
patch(WorkbookRange srcWorkbookRange,
ICallback<WorkbookRange> callback)
Patches the WorkbookRangeUsedRange
|
WorkbookRange |
put(WorkbookRange srcWorkbookRange)
Puts the WorkbookRangeUsedRange
|
void |
put(WorkbookRange srcWorkbookRange,
ICallback<WorkbookRange> callback)
Puts the WorkbookRangeUsedRange
|
IWorkbookRangeUsedRangeRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic WorkbookRangeUsedRangeRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void patch(WorkbookRange srcWorkbookRange, ICallback<WorkbookRange> callback)
patch in interface IWorkbookRangeUsedRangeRequestsrcWorkbookRange - the WorkbookRange with which to PATCHcallback - the callback to be called after success or failurepublic WorkbookRange patch(WorkbookRange srcWorkbookRange) throws ClientException
patch in interface IWorkbookRangeUsedRangeRequestsrcWorkbookRange - the WorkbookRange with which to PATCHClientException - an exception occurs if there was an error while the request was sentpublic void put(WorkbookRange srcWorkbookRange, ICallback<WorkbookRange> callback)
put in interface IWorkbookRangeUsedRangeRequestsrcWorkbookRange - the WorkbookRange to PUTcallback - the callback to be called after success or failurepublic WorkbookRange put(WorkbookRange srcWorkbookRange) throws ClientException
put in interface IWorkbookRangeUsedRangeRequestsrcWorkbookRange - the WorkbookRange to PUTClientException - an exception occurs if there was an error while the request was sentpublic void get(ICallback<WorkbookRange> callback)
get in interface IWorkbookRangeUsedRangeRequestcallback - the callback to be called after success or failurepublic WorkbookRange get() throws ClientException
get in interface IWorkbookRangeUsedRangeRequestClientException - an exception occurs if there was an error while the request was sentpublic IWorkbookRangeUsedRangeRequest select(java.lang.String value)
select in interface IWorkbookRangeUsedRangeRequestvalue - the select clausepublic IWorkbookRangeUsedRangeRequest expand(java.lang.String value)
expand in interface IWorkbookRangeUsedRangeRequestvalue - the expand clause