public class WorkbookFunctionsSydRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsSydRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsSydRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement cost,
com.google.gson.JsonElement salvage,
com.google.gson.JsonElement life,
com.google.gson.JsonElement per)
The request builder for this WorkbookFunctionsSyd
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsSydRequest |
buildRequest()
Creates the IWorkbookFunctionsSydRequest
|
IWorkbookFunctionsSydRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsSydRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsSydRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement cost,
com.google.gson.JsonElement salvage,
com.google.gson.JsonElement life,
com.google.gson.JsonElement per)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestcost - the costsalvage - the salvagelife - the lifeper - the perpublic IWorkbookFunctionsSydRequest buildRequest()
buildRequest in interface IWorkbookFunctionsSydRequestBuilderpublic IWorkbookFunctionsSydRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsSydRequestBuilderrequestOptions - the options for the request