public class WorkbookFunctionsPhiRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsPhiRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsPhiRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement x)
The request builder for this WorkbookFunctionsPhi
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsPhiRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsPhiRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsPhiRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsPhiRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic WorkbookFunctionsPhiRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement x)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestx - the xpublic IWorkbookFunctionsPhiRequest buildRequest(Option... requestOptions)
buildRequest in interface IWorkbookFunctionsPhiRequestBuilderrequestOptions - the options for the requestpublic IWorkbookFunctionsPhiRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsPhiRequestBuilderrequestOptions - the options for the request