public interface IWorkbookRangeLastColumnRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeLastColumnRequest |
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 WorkbookRangeLastColumn
|
void |
patch(WorkbookRange srcWorkbookRange,
ICallback<WorkbookRange> callback)
Patches the WorkbookRangeLastColumn
|
WorkbookRange |
put(WorkbookRange srcWorkbookRange)
Puts the WorkbookRangeLastColumn
|
void |
put(WorkbookRange srcWorkbookRange,
ICallback<WorkbookRange> callback)
Puts the WorkbookRangeLastColumn
|
IWorkbookRangeLastColumnRequest |
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 sentIWorkbookRangeLastColumnRequest select(java.lang.String value)
value - the select clauseIWorkbookRangeLastColumnRequest expand(java.lang.String value)
value - the expand clause