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