public class WorkbookFunctionsFvscheduleRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsFvscheduleRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsFvscheduleRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement principal,
com.google.gson.JsonElement schedule)
The request builder for this WorkbookFunctionsFvschedule
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsFvscheduleRequest |
buildRequest()
Creates the IWorkbookFunctionsFvscheduleRequest
|
IWorkbookFunctionsFvscheduleRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsFvscheduleRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsFvscheduleRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement principal,
com.google.gson.JsonElement schedule)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestprincipal - the principalschedule - the schedulepublic IWorkbookFunctionsFvscheduleRequest buildRequest()
buildRequest in interface IWorkbookFunctionsFvscheduleRequestBuilderpublic IWorkbookFunctionsFvscheduleRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsFvscheduleRequestBuilderrequestOptions - the options for the request