public interface IWorkbookRangeViewCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeViewCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookRangeViewCollectionPage |
get() |
void |
get(ICallback<IWorkbookRangeViewCollectionPage> callback) |
WorkbookRangeView |
post(WorkbookRangeView newWorkbookRangeView) |
void |
post(WorkbookRangeView newWorkbookRangeView,
ICallback<WorkbookRangeView> callback) |
IWorkbookRangeViewCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookRangeViewCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IWorkbookRangeViewCollectionPage> callback)
IWorkbookRangeViewCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookRangeView newWorkbookRangeView, ICallback<WorkbookRangeView> callback)
WorkbookRangeView post(WorkbookRangeView newWorkbookRangeView) throws ClientException
ClientExceptionIWorkbookRangeViewCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookRangeViewCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookRangeViewCollectionRequest top(int value)
value - the max number of items to return