public interface IWorkbookRangeViewItemAtRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeViewItemAtRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookRangeView |
get()
Gets the WorkbookRangeView
|
void |
get(ICallback<? super WorkbookRangeView> callback)
Gets the WorkbookRangeView
|
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
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid patch(WorkbookRangeView srcWorkbookRangeView, ICallback<? super WorkbookRangeView> callback)
srcWorkbookRangeView - the WorkbookRangeView with which to PATCHcallback - the callback to be called after success or failureWorkbookRangeView patch(WorkbookRangeView srcWorkbookRangeView) throws ClientException
srcWorkbookRangeView - the WorkbookRangeView with which to PATCHClientException - an exception occurs if there was an error while the request was sentvoid put(WorkbookRangeView srcWorkbookRangeView, ICallback<? super WorkbookRangeView> callback)
srcWorkbookRangeView - the WorkbookRangeView to PUTcallback - the callback to be called after success or failureWorkbookRangeView put(WorkbookRangeView srcWorkbookRangeView) throws ClientException
srcWorkbookRangeView - the WorkbookRangeView to PUTClientException - an exception occurs if there was an error while the request was sentvoid get(ICallback<? super WorkbookRangeView> callback)
callback - the callback to be called after success or failureWorkbookRangeView get() throws ClientException
ClientException - an exception occurs if there was an error while the request was sentIWorkbookRangeViewItemAtRequest select(java.lang.String value)
value - the select clauseIWorkbookRangeViewItemAtRequest expand(java.lang.String value)
value - the expand clause