public class WorkbookFunctionsTimeRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsTimeRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsTimeRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement hour,
com.google.gson.JsonElement minute,
com.google.gson.JsonElement second)
The request builder for this WorkbookFunctionsTime
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsTimeRequest |
buildRequest()
Creates the IWorkbookFunctionsTimeRequest
|
IWorkbookFunctionsTimeRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsTimeRequest 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 WorkbookFunctionsTimeRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement hour,
com.google.gson.JsonElement minute,
com.google.gson.JsonElement second)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requesthour - the hourminute - the minutesecond - the secondpublic IWorkbookFunctionsTimeRequest buildRequest()
buildRequest in interface IWorkbookFunctionsTimeRequestBuilderpublic IWorkbookFunctionsTimeRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsTimeRequestBuilderrequestOptions - the options for the request