public class WorkbookFunctionsHyperlinkRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsHyperlinkRequestBuilder
bodyParams| Constructor and Description |
|---|
WorkbookFunctionsHyperlinkRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement linkLocation,
com.google.gson.JsonElement friendlyName)
The request builder for this WorkbookFunctionsHyperlink
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsHyperlinkRequest |
buildRequest()
Creates the IWorkbookFunctionsHyperlinkRequest
|
IWorkbookFunctionsHyperlinkRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsHyperlinkRequest 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 WorkbookFunctionsHyperlinkRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement linkLocation,
com.google.gson.JsonElement friendlyName)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestlinkLocation - the linkLocationfriendlyName - the friendlyNamepublic IWorkbookFunctionsHyperlinkRequest buildRequest()
buildRequest in interface IWorkbookFunctionsHyperlinkRequestBuilderpublic IWorkbookFunctionsHyperlinkRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsHyperlinkRequestBuilderrequestOptions - the options for the request