public class WorkbookFunctionsSinRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsSinRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsSinRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement number)
The request builder for this WorkbookFunctionsSin
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsSinRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsSinRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsSinRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsSinRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsSinRequestBuilder(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 IWorkbookFunctionsSinRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsSinRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsSinRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsSinRequestBuilderrequestOptions - the options for the request