public interface IWorkbookTableRowCollectionRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
IWorkbookTableRowCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookTableRowCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IWorkbookTableRowCollectionPage |
get() |
void |
get(ICallback<? super IWorkbookTableRowCollectionPage> callback) |
IWorkbookTableRowCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
WorkbookTableRow |
post(WorkbookTableRow newWorkbookTableRow) |
void |
post(WorkbookTableRow newWorkbookTableRow,
ICallback<? super WorkbookTableRow> callback) |
IWorkbookTableRowCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookTableRowCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IWorkbookTableRowCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IWorkbookTableRowCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
void get(ICallback<? super IWorkbookTableRowCollectionPage> callback)
IWorkbookTableRowCollectionPage get() throws ClientException
ClientException
void post(WorkbookTableRow newWorkbookTableRow, ICallback<? super WorkbookTableRow> callback)
WorkbookTableRow post(WorkbookTableRow newWorkbookTableRow) throws ClientException
ClientException
IWorkbookTableRowCollectionRequest expand(java.lang.String value)
value
- the expand clauseIWorkbookTableRowCollectionRequest filter(java.lang.String value)
value
- the filter clauseIWorkbookTableRowCollectionRequest orderBy(java.lang.String value)
value
- the order by clauseIWorkbookTableRowCollectionRequest select(java.lang.String value)
value
- the select clauseIWorkbookTableRowCollectionRequest top(int value)
value
- the max number of items to returnIWorkbookTableRowCollectionRequest skip(int value)
value
- of the number of items to skipIWorkbookTableRowCollectionRequest skipToken(java.lang.String skipToken)
skipToken
- value for pagination