public class WorkbookFunctionsSlnRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsSlnRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsSlnRequestBuilder(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)
The request builder for this WorkbookFunctionsSln
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsSlnRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsSlnRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsSlnRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsSlnRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsSlnRequestBuilder(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)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestcost - the costsalvage - the salvagelife - the lifepublic IWorkbookFunctionsSlnRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsSlnRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsSlnRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsSlnRequestBuilderrequestOptions - the options for the request