public interface IWorkbookCommentCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
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)
Sets the skip token value for the request
|
IWorkbookCommentCollectionRequest |
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 IWorkbookCommentCollectionPage> callback)
IWorkbookCommentCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookComment newWorkbookComment, ICallback<? super WorkbookComment> callback)
WorkbookComment post(WorkbookComment newWorkbookComment) throws ClientException
ClientExceptionIWorkbookCommentCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookCommentCollectionRequest filter(java.lang.String value)
value - the filter clauseIWorkbookCommentCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIWorkbookCommentCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookCommentCollectionRequest top(int value)
value - the max number of items to returnIWorkbookCommentCollectionRequest skip(int value)
value - of the number of items to skipIWorkbookCommentCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination