public interface IWorkbookTableRowCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableRowCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookTableRowCollectionPage |
get() |
void |
get(ICallback<IWorkbookTableRowCollectionPage> callback) |
WorkbookTableRow |
post(WorkbookTableRow newWorkbookTableRow) |
void |
post(WorkbookTableRow newWorkbookTableRow,
ICallback<WorkbookTableRow> callback) |
IWorkbookTableRowCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookTableRowCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IWorkbookTableRowCollectionPage> callback)
IWorkbookTableRowCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookTableRow newWorkbookTableRow, ICallback<WorkbookTableRow> callback)
WorkbookTableRow post(WorkbookTableRow newWorkbookTableRow) throws ClientException
ClientExceptionIWorkbookTableRowCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookTableRowCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookTableRowCollectionRequest top(int value)
value - the max number of items to return