public interface IWorkbookTableCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookTableCollectionPage |
get() |
void |
get(ICallback<IWorkbookTableCollectionPage> callback) |
WorkbookTable |
post(WorkbookTable newWorkbookTable) |
void |
post(WorkbookTable newWorkbookTable,
ICallback<WorkbookTable> callback) |
IWorkbookTableCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookTableCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IWorkbookTableCollectionPage> callback)
IWorkbookTableCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookTable newWorkbookTable, ICallback<WorkbookTable> callback)
WorkbookTable post(WorkbookTable newWorkbookTable) throws ClientException
ClientExceptionIWorkbookTableCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookTableCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookTableCollectionRequest top(int value)
value - the max number of items to return