public static final class WorkbookFunctionsHyperlinkParameterSet.WorkbookFunctionsHyperlinkParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
friendlyName
The friendlyName parameter value
|
protected com.google.gson.JsonElement |
linkLocation
The linkLocation parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsHyperlinkParameterSetBuilder()
Instanciates a new WorkbookFunctionsHyperlinkParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsHyperlinkParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsHyperlinkParameterSet.WorkbookFunctionsHyperlinkParameterSetBuilder |
withFriendlyName(com.google.gson.JsonElement val)
Sets the FriendlyName
|
WorkbookFunctionsHyperlinkParameterSet.WorkbookFunctionsHyperlinkParameterSetBuilder |
withLinkLocation(com.google.gson.JsonElement val)
Sets the LinkLocation
|
@Nullable protected com.google.gson.JsonElement linkLocation
@Nullable protected com.google.gson.JsonElement friendlyName
@Nullable protected WorkbookFunctionsHyperlinkParameterSetBuilder()
@Nonnull public WorkbookFunctionsHyperlinkParameterSet.WorkbookFunctionsHyperlinkParameterSetBuilder withLinkLocation(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsHyperlinkParameterSet.WorkbookFunctionsHyperlinkParameterSetBuilder withFriendlyName(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsHyperlinkParameterSet build()