public class WorkbookFunctionsOct2BinRequest extends BaseRequest implements IWorkbookFunctionsOct2BinRequest
| Modifier and Type | Field and Description |
|---|---|
protected WorkbookFunctionsOct2BinBody |
body |
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WorkbookFunctionsOct2BinRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this WorkbookFunctionsOct2Bin
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsOct2BinRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookFunctionResult |
post() |
void |
post(ICallback<WorkbookFunctionResult> callback) |
IWorkbookFunctionsOct2BinRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookFunctionsOct2BinRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesprotected final WorkbookFunctionsOct2BinBody body
public WorkbookFunctionsOct2BinRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void post(ICallback<WorkbookFunctionResult> callback)
post in interface IWorkbookFunctionsOct2BinRequestpublic WorkbookFunctionResult post() throws ClientException
post in interface IWorkbookFunctionsOct2BinRequestClientExceptionpublic IWorkbookFunctionsOct2BinRequest select(java.lang.String value)
select in interface IWorkbookFunctionsOct2BinRequestvalue - the select clausepublic IWorkbookFunctionsOct2BinRequest top(int value)
top in interface IWorkbookFunctionsOct2BinRequestvalue - the max number of items to returnpublic IWorkbookFunctionsOct2BinRequest expand(java.lang.String value)
expand in interface IWorkbookFunctionsOct2BinRequestvalue - the expand clause