public interface IWorkbookRangeRowRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeRowRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookRange |
get()
Gets the WorkbookRange
|
void |
get(ICallback<WorkbookRange> callback)
Gets the WorkbookRange
|
WorkbookRange |
patch(WorkbookRange srcWorkbookRange)
Patches the WorkbookRangeRow
|
void |
patch(WorkbookRange srcWorkbookRange,
ICallback<WorkbookRange> callback)
Patches the WorkbookRangeRow
|
WorkbookRange |
put(WorkbookRange srcWorkbookRange)
Puts the WorkbookRangeRow
|
void |
put(WorkbookRange srcWorkbookRange,
ICallback<WorkbookRange> callback)
Puts the WorkbookRangeRow
|
IWorkbookRangeRowRequest |
select(java.lang.String value)
Sets the select clause for the request
|
void patch(WorkbookRange srcWorkbookRange, ICallback<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<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<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 sentIWorkbookRangeRowRequest select(java.lang.String value)
value - the select clauseIWorkbookRangeRowRequest expand(java.lang.String value)
value - the expand clause