public interface IWorkbookCommentReplyCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
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
|
void get(ICallback<IWorkbookCommentReplyCollectionPage> callback)
IWorkbookCommentReplyCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookCommentReply newWorkbookCommentReply, ICallback<WorkbookCommentReply> callback)
WorkbookCommentReply post(WorkbookCommentReply newWorkbookCommentReply) throws ClientException
ClientExceptionIWorkbookCommentReplyCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookCommentReplyCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookCommentReplyCollectionRequest top(int value)
value - the max number of items to return