public interface IWorkbookTableColumnCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableColumnCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookTableColumnCollectionPage |
get() |
void |
get(ICallback<IWorkbookTableColumnCollectionPage> callback) |
WorkbookTableColumn |
post(WorkbookTableColumn newWorkbookTableColumn) |
void |
post(WorkbookTableColumn newWorkbookTableColumn,
ICallback<WorkbookTableColumn> callback) |
IWorkbookTableColumnCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookTableColumnCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IWorkbookTableColumnCollectionPage> callback)
IWorkbookTableColumnCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookTableColumn newWorkbookTableColumn, ICallback<WorkbookTableColumn> callback)
WorkbookTableColumn post(WorkbookTableColumn newWorkbookTableColumn) throws ClientException
ClientExceptionIWorkbookTableColumnCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookTableColumnCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookTableColumnCollectionRequest top(int value)
value - the max number of items to return