public interface IWorkbookProcessQueryRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookProcessQueryRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
java.io.InputStream |
post() |
void |
post(ICallback<java.io.InputStream> callback) |
IWorkbookProcessQueryRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookProcessQueryRequest |
top(int value)
Sets the top value for the request
|
void post(ICallback<java.io.InputStream> callback)
java.io.InputStream post()
throws ClientException
ClientExceptionIWorkbookProcessQueryRequest select(java.lang.String value)
value - the select clauseIWorkbookProcessQueryRequest top(int value)
value - the max number of items to returnIWorkbookProcessQueryRequest expand(java.lang.String value)
value - the expand clause