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