public interface IWorkbookCommentReplyCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookCommentReplyCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookCommentReplyCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IWorkbookCommentReplyCollectionPage |
get() |
void |
get(ICallback<? super IWorkbookCommentReplyCollectionPage> callback) |
IWorkbookCommentReplyCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
WorkbookCommentReply |
post(WorkbookCommentReply newWorkbookCommentReply) |
void |
post(WorkbookCommentReply newWorkbookCommentReply,
ICallback<? super WorkbookCommentReply> callback) |
IWorkbookCommentReplyCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookCommentReplyCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IWorkbookCommentReplyCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IWorkbookCommentReplyCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IWorkbookCommentReplyCollectionPage> callback)
IWorkbookCommentReplyCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookCommentReply newWorkbookCommentReply, ICallback<? super WorkbookCommentReply> callback)
WorkbookCommentReply post(WorkbookCommentReply newWorkbookCommentReply) throws ClientException
ClientExceptionIWorkbookCommentReplyCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookCommentReplyCollectionRequest filter(java.lang.String value)
value - the filter clauseIWorkbookCommentReplyCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIWorkbookCommentReplyCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookCommentReplyCollectionRequest top(int value)
value - the max number of items to returnIWorkbookCommentReplyCollectionRequest skip(int value)
value - of the number of items to skipIWorkbookCommentReplyCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination