public interface IWorkbookRangeBorderItemAtRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeBorderItemAtRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookRangeBorder |
get()
Gets the WorkbookRangeBorder
|
void |
get(ICallback<WorkbookRangeBorder> callback)
Gets the WorkbookRangeBorder
|
WorkbookRangeBorder |
patch(WorkbookRangeBorder srcWorkbookRangeBorder)
Patches the WorkbookRangeBorderItemAt
|
void |
patch(WorkbookRangeBorder srcWorkbookRangeBorder,
ICallback<WorkbookRangeBorder> callback)
Patches the WorkbookRangeBorderItemAt
|
WorkbookRangeBorder |
put(WorkbookRangeBorder srcWorkbookRangeBorder)
Puts the WorkbookRangeBorderItemAt
|
void |
put(WorkbookRangeBorder srcWorkbookRangeBorder,
ICallback<WorkbookRangeBorder> callback)
Puts the WorkbookRangeBorderItemAt
|
IWorkbookRangeBorderItemAtRequest |
select(java.lang.String value)
Sets the select clause for the request
|
void patch(WorkbookRangeBorder srcWorkbookRangeBorder, ICallback<WorkbookRangeBorder> callback)
srcWorkbookRangeBorder - the WorkbookRangeBorder with which to PATCHcallback - the callback to be called after success or failureWorkbookRangeBorder patch(WorkbookRangeBorder srcWorkbookRangeBorder) throws ClientException
srcWorkbookRangeBorder - the WorkbookRangeBorder with which to PATCHClientException - an exception occurs if there was an error while the request was sentvoid put(WorkbookRangeBorder srcWorkbookRangeBorder, ICallback<WorkbookRangeBorder> callback)
srcWorkbookRangeBorder - the WorkbookRangeBorder to PUTcallback - the callback to be called after success or failureWorkbookRangeBorder put(WorkbookRangeBorder srcWorkbookRangeBorder) throws ClientException
srcWorkbookRangeBorder - the WorkbookRangeBorder to PUTClientException - an exception occurs if there was an error while the request was sentvoid get(ICallback<WorkbookRangeBorder> callback)
callback - the callback to be called after success or failureWorkbookRangeBorder get() throws ClientException
ClientException - an exception occurs if there was an error while the request was sentIWorkbookRangeBorderItemAtRequest select(java.lang.String value)
value - the select clauseIWorkbookRangeBorderItemAtRequest expand(java.lang.String value)
value - the expand clause