public interface IWorkbookRangeBoundingRectRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeBoundingRectRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookRange |
get()
Gets the WorkbookRange
|
void |
get(ICallback<? super WorkbookRange> callback)
Gets the WorkbookRange
|
WorkbookRange |
patch(WorkbookRange srcWorkbookRange)
Patches the WorkbookRangeBoundingRect
|
void |
patch(WorkbookRange srcWorkbookRange,
ICallback<? super WorkbookRange> callback)
Patches the WorkbookRangeBoundingRect
|
WorkbookRange |
put(WorkbookRange srcWorkbookRange)
Puts the WorkbookRangeBoundingRect
|
void |
put(WorkbookRange srcWorkbookRange,
ICallback<? super WorkbookRange> callback)
Puts the WorkbookRangeBoundingRect
|
IWorkbookRangeBoundingRectRequest |
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(WorkbookRange srcWorkbookRange, ICallback<? super WorkbookRange> callback)
srcWorkbookRange - the WorkbookRange with which to PATCHcallback - the callback to be called after success or failureWorkbookRange patch(WorkbookRange srcWorkbookRange) throws ClientException
srcWorkbookRange - the WorkbookRange with which to PATCHClientException - an exception occurs if there was an error while the request was sentvoid put(WorkbookRange srcWorkbookRange, ICallback<? super WorkbookRange> callback)
srcWorkbookRange - the WorkbookRange to PUTcallback - the callback to be called after success or failureWorkbookRange put(WorkbookRange srcWorkbookRange) throws ClientException
srcWorkbookRange - the WorkbookRange to PUTClientException - an exception occurs if there was an error while the request was sentvoid get(ICallback<? super WorkbookRange> callback)
callback - the callback to be called after success or failureWorkbookRange get() throws ClientException
ClientException - an exception occurs if there was an error while the request was sentIWorkbookRangeBoundingRectRequest select(java.lang.String value)
value - the select clauseIWorkbookRangeBoundingRectRequest expand(java.lang.String value)
value - the expand clause