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