public interface IWorkbookCommentCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookCommentCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookCommentCollectionPage |
get() |
void |
get(ICallback<IWorkbookCommentCollectionPage> callback) |
WorkbookComment |
post(WorkbookComment newWorkbookComment) |
void |
post(WorkbookComment newWorkbookComment,
ICallback<WorkbookComment> callback) |
IWorkbookCommentCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookCommentCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IWorkbookCommentCollectionPage> callback)
IWorkbookCommentCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookComment newWorkbookComment, ICallback<WorkbookComment> callback)
WorkbookComment post(WorkbookComment newWorkbookComment) throws ClientException
ClientExceptionIWorkbookCommentCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookCommentCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookCommentCollectionRequest top(int value)
value - the max number of items to return