public class WorkbookWorksheetUsedRangeRequest extends BaseRequest implements IWorkbookWorksheetUsedRangeRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WorkbookWorksheetUsedRangeRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this WorkbookWorksheetUsedRange
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookWorksheetUsedRangeRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookWorksheetUsedRangeRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
WorkbookRange |
get()
Gets the WorkbookRange
|
void |
get(ICallback<? super WorkbookRange> callback)
Gets the WorkbookRange
|
IWorkbookWorksheetUsedRangeRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
WorkbookRange |
patch(WorkbookRange srcWorkbookRange)
Patches the WorkbookWorksheetUsedRange
|
void |
patch(WorkbookRange srcWorkbookRange,
ICallback<? super WorkbookRange> callback)
Patches the WorkbookWorksheetUsedRange
|
WorkbookRange |
put(WorkbookRange srcWorkbookRange)
Puts the WorkbookWorksheetUsedRange
|
void |
put(WorkbookRange srcWorkbookRange,
ICallback<? super WorkbookRange> callback)
Puts the WorkbookWorksheetUsedRange
|
IWorkbookWorksheetUsedRangeRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic WorkbookWorksheetUsedRangeRequest(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<? super WorkbookRange> callback)
patch in interface IWorkbookWorksheetUsedRangeRequestsrcWorkbookRange - the WorkbookRange with which to PATCHcallback - the callback to be called after success or failurepublic WorkbookRange patch(WorkbookRange srcWorkbookRange) throws ClientException
patch in interface IWorkbookWorksheetUsedRangeRequestsrcWorkbookRange - the WorkbookRange with which to PATCHClientException - an exception occurs if there was an error while the request was sentpublic void put(WorkbookRange srcWorkbookRange, ICallback<? super WorkbookRange> callback)
put in interface IWorkbookWorksheetUsedRangeRequestsrcWorkbookRange - the WorkbookRange to PUTcallback - the callback to be called after success or failurepublic WorkbookRange put(WorkbookRange srcWorkbookRange) throws ClientException
put in interface IWorkbookWorksheetUsedRangeRequestsrcWorkbookRange - the WorkbookRange to PUTClientException - an exception occurs if there was an error while the request was sentpublic void get(ICallback<? super WorkbookRange> callback)
get in interface IWorkbookWorksheetUsedRangeRequestcallback - the callback to be called after success or failurepublic WorkbookRange get() throws ClientException
get in interface IWorkbookWorksheetUsedRangeRequestClientException - an exception occurs if there was an error while the request was sentpublic IWorkbookWorksheetUsedRangeRequest select(java.lang.String value)
select in interface IWorkbookWorksheetUsedRangeRequestvalue - the select clausepublic IWorkbookWorksheetUsedRangeRequest expand(java.lang.String value)
expand in interface IWorkbookWorksheetUsedRangeRequestvalue - the expand clausepublic IWorkbookWorksheetUsedRangeRequest filter(java.lang.String value)
value - the filter clausepublic IWorkbookWorksheetUsedRangeRequest orderBy(java.lang.String value)
value - the order by clause