public class WorkbookFunctionsHyperlinkParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFunctionsHyperlinkParameterSet.WorkbookFunctionsHyperlinkParameterSetBuilder
Fluent builder for the WorkbookFunctionsHyperlinkParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
friendlyName
The friendly Name.
|
com.google.gson.JsonElement |
linkLocation
The link Location.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFunctionsHyperlinkParameterSet()
Instiaciates a new WorkbookFunctionsHyperlinkParameterSet
|
protected |
WorkbookFunctionsHyperlinkParameterSet(WorkbookFunctionsHyperlinkParameterSet.WorkbookFunctionsHyperlinkParameterSetBuilder builder)
Instiaciates a new WorkbookFunctionsHyperlinkParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static WorkbookFunctionsHyperlinkParameterSet.WorkbookFunctionsHyperlinkParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="linkLocation",
alternate="LinkLocation")
@Expose
@Nullable
public com.google.gson.JsonElement linkLocation
@SerializedName(value="friendlyName",
alternate="FriendlyName")
@Expose
@Nullable
public com.google.gson.JsonElement friendlyName
public WorkbookFunctionsHyperlinkParameterSet()
protected WorkbookFunctionsHyperlinkParameterSet(@Nonnull
WorkbookFunctionsHyperlinkParameterSet.WorkbookFunctionsHyperlinkParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFunctionsHyperlinkParameterSet.WorkbookFunctionsHyperlinkParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()