public interface IWorkbookRangeClearRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeClearRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
java.lang.Void |
post() |
void |
post(ICallback<java.lang.Void> callback) |
IWorkbookRangeClearRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookRangeClearRequest |
top(int value)
Sets the top value for the request
|
void post(ICallback<java.lang.Void> callback)
java.lang.Void post()
throws ClientException
ClientExceptionIWorkbookRangeClearRequest select(java.lang.String value)
value - the select clauseIWorkbookRangeClearRequest top(int value)
value - the max number of items to returnIWorkbookRangeClearRequest expand(java.lang.String value)
value - the expand clause