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
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookCommentReplyCollectionPage |
buildFromResponse(WorkbookCommentReplyCollectionResponse response) |
IWorkbookCommentReplyCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookCommentReplyCollectionPage |
get() |
void |
get(ICallback<IWorkbookCommentReplyCollectionPage> callback) |
WorkbookCommentReply |
post(WorkbookCommentReply newWorkbookCommentReply) |
void |
post(WorkbookCommentReply newWorkbookCommentReply,
ICallback<WorkbookCommentReply> callback) |
IWorkbookCommentReplyCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookCommentReplyCollectionRequest |
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 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<IWorkbookCommentReplyCollectionPage> callback)
get in interface IWorkbookCommentReplyCollectionRequestpublic IWorkbookCommentReplyCollectionPage get() throws ClientException
get in interface IWorkbookCommentReplyCollectionRequestClientExceptionpublic void post(WorkbookCommentReply newWorkbookCommentReply, ICallback<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 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 IWorkbookCommentReplyCollectionPage buildFromResponse(WorkbookCommentReplyCollectionResponse response)