public interface IWorkbookWorksheetCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookWorksheetCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookWorksheetCollectionPage |
get() |
void |
get(ICallback<IWorkbookWorksheetCollectionPage> callback) |
WorkbookWorksheet |
post(WorkbookWorksheet newWorkbookWorksheet) |
void |
post(WorkbookWorksheet newWorkbookWorksheet,
ICallback<WorkbookWorksheet> callback) |
IWorkbookWorksheetCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookWorksheetCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IWorkbookWorksheetCollectionPage> callback)
IWorkbookWorksheetCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookWorksheet newWorkbookWorksheet, ICallback<WorkbookWorksheet> callback)
WorkbookWorksheet post(WorkbookWorksheet newWorkbookWorksheet) throws ClientException
ClientExceptionIWorkbookWorksheetCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookWorksheetCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookWorksheetCollectionRequest top(int value)
value - the max number of items to return