public class WorkbookCommentCollectionRequest extends BaseCollectionRequest<WorkbookCommentCollectionResponse,IWorkbookCommentCollectionPage> implements IWorkbookCommentCollectionRequest
| Constructor and Description |
|---|
WorkbookCommentCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of WorkbookComment
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookCommentCollectionPage |
buildFromResponse(WorkbookCommentCollectionResponse response) |
IWorkbookCommentCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookCommentCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IWorkbookCommentCollectionPage |
get() |
void |
get(ICallback<? super IWorkbookCommentCollectionPage> callback) |
IWorkbookCommentCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
WorkbookComment |
post(WorkbookComment newWorkbookComment) |
void |
post(WorkbookComment newWorkbookComment,
ICallback<? super WorkbookComment> callback) |
IWorkbookCommentCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookCommentCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IWorkbookCommentCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IWorkbookCommentCollectionRequest |
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 WorkbookCommentCollectionRequest(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 IWorkbookCommentCollectionPage> callback)
get in interface IWorkbookCommentCollectionRequestpublic IWorkbookCommentCollectionPage get() throws ClientException
get in interface IWorkbookCommentCollectionRequestClientExceptionpublic void post(WorkbookComment newWorkbookComment, ICallback<? super WorkbookComment> callback)
post in interface IWorkbookCommentCollectionRequestpublic WorkbookComment post(WorkbookComment newWorkbookComment) throws ClientException
post in interface IWorkbookCommentCollectionRequestClientExceptionpublic IWorkbookCommentCollectionRequest expand(java.lang.String value)
expand in interface IWorkbookCommentCollectionRequestvalue - the expand clausepublic IWorkbookCommentCollectionRequest filter(java.lang.String value)
filter in interface IWorkbookCommentCollectionRequestvalue - the filter clausepublic IWorkbookCommentCollectionRequest orderBy(java.lang.String value)
orderBy in interface IWorkbookCommentCollectionRequestvalue - the order by clausepublic IWorkbookCommentCollectionRequest select(java.lang.String value)
select in interface IWorkbookCommentCollectionRequestvalue - the select clausepublic IWorkbookCommentCollectionRequest top(int value)
top in interface IWorkbookCommentCollectionRequestvalue - the max number of items to returnpublic IWorkbookCommentCollectionRequest skip(int value)
skip in interface IWorkbookCommentCollectionRequestvalue - of the number of items to skippublic IWorkbookCommentCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IWorkbookCommentCollectionRequestskipToken - - Token for paginationpublic IWorkbookCommentCollectionPage buildFromResponse(WorkbookCommentCollectionResponse response)