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
|
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
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic 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<IWorkbookTableRowCollectionPage> callback)
get in interface IWorkbookTableRowCollectionRequestpublic IWorkbookTableRowCollectionPage get() throws ClientException
get in interface IWorkbookTableRowCollectionRequestClientExceptionpublic void post(WorkbookTableRow newWorkbookTableRow, ICallback<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 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 IWorkbookTableRowCollectionPage buildFromResponse(WorkbookTableRowCollectionResponse response)