public class WorkbookRangeViewItemAtRequest extends BaseRequest implements IWorkbookRangeViewItemAtRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WorkbookRangeViewItemAtRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this WorkbookRangeViewItemAt
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeViewItemAtRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookRangeViewItemAtRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
WorkbookRangeView |
get()
Gets the WorkbookRangeView
|
void |
get(ICallback<? super WorkbookRangeView> callback)
Gets the WorkbookRangeView
|
IWorkbookRangeViewItemAtRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
WorkbookRangeView |
patch(WorkbookRangeView srcWorkbookRangeView)
Patches the WorkbookRangeViewItemAt
|
void |
patch(WorkbookRangeView srcWorkbookRangeView,
ICallback<? super WorkbookRangeView> callback)
Patches the WorkbookRangeViewItemAt
|
WorkbookRangeView |
put(WorkbookRangeView srcWorkbookRangeView)
Puts the WorkbookRangeViewItemAt
|
void |
put(WorkbookRangeView srcWorkbookRangeView,
ICallback<? super WorkbookRangeView> callback)
Puts the WorkbookRangeViewItemAt
|
IWorkbookRangeViewItemAtRequest |
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 WorkbookRangeViewItemAtRequest(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(WorkbookRangeView srcWorkbookRangeView, ICallback<? super WorkbookRangeView> callback)
patch in interface IWorkbookRangeViewItemAtRequestsrcWorkbookRangeView - the WorkbookRangeView with which to PATCHcallback - the callback to be called after success or failurepublic WorkbookRangeView patch(WorkbookRangeView srcWorkbookRangeView) throws ClientException
patch in interface IWorkbookRangeViewItemAtRequestsrcWorkbookRangeView - the WorkbookRangeView with which to PATCHClientException - an exception occurs if there was an error while the request was sentpublic void put(WorkbookRangeView srcWorkbookRangeView, ICallback<? super WorkbookRangeView> callback)
put in interface IWorkbookRangeViewItemAtRequestsrcWorkbookRangeView - the WorkbookRangeView to PUTcallback - the callback to be called after success or failurepublic WorkbookRangeView put(WorkbookRangeView srcWorkbookRangeView) throws ClientException
put in interface IWorkbookRangeViewItemAtRequestsrcWorkbookRangeView - the WorkbookRangeView to PUTClientException - an exception occurs if there was an error while the request was sentpublic void get(ICallback<? super WorkbookRangeView> callback)
get in interface IWorkbookRangeViewItemAtRequestcallback - the callback to be called after success or failurepublic WorkbookRangeView get() throws ClientException
get in interface IWorkbookRangeViewItemAtRequestClientException - an exception occurs if there was an error while the request was sentpublic IWorkbookRangeViewItemAtRequest select(java.lang.String value)
select in interface IWorkbookRangeViewItemAtRequestvalue - the select clausepublic IWorkbookRangeViewItemAtRequest expand(java.lang.String value)
expand in interface IWorkbookRangeViewItemAtRequestvalue - the expand clausepublic IWorkbookRangeViewItemAtRequest filter(java.lang.String value)
value - the filter clausepublic IWorkbookRangeViewItemAtRequest orderBy(java.lang.String value)
value - the order by clause