public class WorkbookTableRowCollectionRequest extends BaseCollectionRequest<WorkbookTableRowCollectionResponse,IWorkbookTableRowCollectionPage> implements IWorkbookTableRowCollectionRequest
| Constructor and Description |
|---|
WorkbookTableRowCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of WorkbookTableRow
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableRowCollectionPage |
buildFromResponse(WorkbookTableRowCollectionResponse response) |
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)
Add Skip token for pagination
|
IWorkbookTableRowCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic WorkbookTableRowCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super IWorkbookTableRowCollectionPage> callback)
get in interface IWorkbookTableRowCollectionRequestpublic IWorkbookTableRowCollectionPage get() throws ClientException
get in interface IWorkbookTableRowCollectionRequestClientExceptionpublic void post(WorkbookTableRow newWorkbookTableRow, ICallback<? super WorkbookTableRow> callback)
post in interface IWorkbookTableRowCollectionRequestpublic WorkbookTableRow post(WorkbookTableRow newWorkbookTableRow) throws ClientException
post in interface IWorkbookTableRowCollectionRequestClientExceptionpublic IWorkbookTableRowCollectionRequest expand(java.lang.String value)
expand in interface IWorkbookTableRowCollectionRequestvalue - the expand clausepublic IWorkbookTableRowCollectionRequest filter(java.lang.String value)
filter in interface IWorkbookTableRowCollectionRequestvalue - the filter clausepublic IWorkbookTableRowCollectionRequest orderBy(java.lang.String value)
orderBy in interface IWorkbookTableRowCollectionRequestvalue - the order by clausepublic IWorkbookTableRowCollectionRequest select(java.lang.String value)
select in interface IWorkbookTableRowCollectionRequestvalue - the select clausepublic IWorkbookTableRowCollectionRequest top(int value)
top in interface IWorkbookTableRowCollectionRequestvalue - the max number of items to returnpublic IWorkbookTableRowCollectionRequest skip(int value)
skip in interface IWorkbookTableRowCollectionRequestvalue - of the number of items to skippublic IWorkbookTableRowCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IWorkbookTableRowCollectionRequestskipToken - - Token for paginationpublic IWorkbookTableRowCollectionPage buildFromResponse(WorkbookTableRowCollectionResponse response)