public interface IWorkbookCreateSessionRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookCreateSessionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookSessionInfo |
post() |
void |
post(ICallback<WorkbookSessionInfo> callback) |
IWorkbookCreateSessionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookCreateSessionRequest |
top(int value)
Sets the top value for the request
|
void post(ICallback<WorkbookSessionInfo> callback)
WorkbookSessionInfo post() throws ClientException
ClientExceptionIWorkbookCreateSessionRequest select(java.lang.String value)
value - the select clauseIWorkbookCreateSessionRequest top(int value)
value - the max number of items to returnIWorkbookCreateSessionRequest expand(java.lang.String value)
value - the expand clause