public interface IWorkbookRangeBoundingRectRequest
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<WorkbookRange> callback)
Gets the WorkbookRange
|
WorkbookRange |
patch(WorkbookRange srcWorkbookRange)
Patches the WorkbookRangeBoundingRect
|
void |
patch(WorkbookRange srcWorkbookRange,
ICallback<WorkbookRange> callback)
Patches the WorkbookRangeBoundingRect
|
WorkbookRange |
put(WorkbookRange srcWorkbookRange)
Puts the WorkbookRangeBoundingRect
|
void |
put(WorkbookRange srcWorkbookRange,
ICallback<WorkbookRange> callback)
Puts the WorkbookRangeBoundingRect
|
IWorkbookRangeBoundingRectRequest |
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 sentIWorkbookRangeBoundingRectRequest select(java.lang.String value)
value
- the select clauseIWorkbookRangeBoundingRectRequest expand(java.lang.String value)
value
- the expand clause