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