public class WorkbookCommentReplyCollectionRequest extends BaseCollectionRequest<WorkbookCommentReplyCollectionResponse,IWorkbookCommentReplyCollectionPage> implements IWorkbookCommentReplyCollectionRequest
| Constructor and Description |
|---|
WorkbookCommentReplyCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of WorkbookCommentReply
|
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 WorkbookCommentReplyCollectionRequest(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 IWorkbookCommentReplyCollectionPage> callback)
get in interface IWorkbookCommentReplyCollectionRequestpublic IWorkbookCommentReplyCollectionPage get() throws ClientException
get in interface IWorkbookCommentReplyCollectionRequestClientExceptionpublic void post(WorkbookCommentReply newWorkbookCommentReply, ICallback<? super WorkbookCommentReply> callback)
post in interface IWorkbookCommentReplyCollectionRequestpublic WorkbookCommentReply post(WorkbookCommentReply newWorkbookCommentReply) throws ClientException
post in interface IWorkbookCommentReplyCollectionRequestClientExceptionpublic IWorkbookCommentReplyCollectionRequest expand(java.lang.String value)
expand in interface IWorkbookCommentReplyCollectionRequestvalue - the expand clausepublic IWorkbookCommentReplyCollectionRequest filter(java.lang.String value)
filter in interface IWorkbookCommentReplyCollectionRequestvalue - the filter clausepublic IWorkbookCommentReplyCollectionRequest orderBy(java.lang.String value)
orderBy in interface IWorkbookCommentReplyCollectionRequestvalue - the order by clausepublic IWorkbookCommentReplyCollectionRequest select(java.lang.String value)
select in interface IWorkbookCommentReplyCollectionRequestvalue - the select clausepublic IWorkbookCommentReplyCollectionRequest top(int value)
top in interface IWorkbookCommentReplyCollectionRequestvalue - the max number of items to returnpublic IWorkbookCommentReplyCollectionRequest skip(int value)
skip in interface IWorkbookCommentReplyCollectionRequestvalue - of the number of items to skippublic IWorkbookCommentReplyCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IWorkbookCommentReplyCollectionRequestskipToken - - Token for paginationpublic IWorkbookCommentReplyCollectionPage buildFromResponse(WorkbookCommentReplyCollectionResponse response)