public interface IWorkbookTableAddRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableAddRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookTable |
post() |
void |
post(ICallback<WorkbookTable> callback) |
IWorkbookTableAddRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookTableAddRequest |
top(int value)
Sets the top value for the request
|
void post(ICallback<WorkbookTable> callback)
WorkbookTable post() throws ClientException
ClientExceptionIWorkbookTableAddRequest select(java.lang.String value)
value - the select clauseIWorkbookTableAddRequest top(int value)
value - the max number of items to returnIWorkbookTableAddRequest expand(java.lang.String value)
value - the expand clause