public interface IWorkbookRangeRowsBelowRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
IWorkbookRangeRowsBelowRequest |
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 WorkbookRangeRowsBelow
|
void |
patch(WorkbookRange srcWorkbookRange,
ICallback<? super WorkbookRange> callback)
Patches the WorkbookRangeRowsBelow
|
WorkbookRange |
put(WorkbookRange srcWorkbookRange)
Puts the WorkbookRangeRowsBelow
|
void |
put(WorkbookRange srcWorkbookRange,
ICallback<? super WorkbookRange> callback)
Puts the WorkbookRangeRowsBelow
|
IWorkbookRangeRowsBelowRequest |
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, withHttpMethod
void 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 sentIWorkbookRangeRowsBelowRequest select(java.lang.String value)
value
- the select clauseIWorkbookRangeRowsBelowRequest expand(java.lang.String value)
value
- the expand clause