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