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