public class WorkbookFunctionsCscRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsCscRequestBuilder
bodyParams
Constructor and Description |
---|
WorkbookFunctionsCscRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number)
The request builder for this WorkbookFunctionsCsc
|
Modifier and Type | Method and Description |
---|---|
IWorkbookFunctionsCscRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsCscRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsCscRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsCscRequest
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public WorkbookFunctionsCscRequestBuilder(java.lang.String requestUrl, IBaseClient client, java.util.List<? extends Option> requestOptions, com.google.gson.JsonElement number)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestnumber
- the numberpublic IWorkbookFunctionsCscRequest buildRequest(Option... requestOptions)
buildRequest
in interface IWorkbookFunctionsCscRequestBuilder
requestOptions
- the options for the requestpublic IWorkbookFunctionsCscRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsCscRequestBuilder
requestOptions
- the options for the request