Package com.microsoft.graph.models
Class WorkbookFunctionsHyperlinkParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsHyperlinkParameterSet
The class for the Workbook Functions Hyperlink Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFunctionsHyperlinkParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.google.gson.JsonElementThe friendly Name.com.google.gson.JsonElementThe link Location. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFunctionsHyperlinkParameterSetprotectedWorkbookFunctionsHyperlinkParameterSet(WorkbookFunctionsHyperlinkParameterSet.WorkbookFunctionsHyperlinkParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsHyperlinkParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
linkLocation
@SerializedName(value="linkLocation", alternate="LinkLocation") @Expose @Nullable public com.google.gson.JsonElement linkLocationThe link Location. -
friendlyName
@SerializedName(value="friendlyName", alternate="FriendlyName") @Expose @Nullable public com.google.gson.JsonElement friendlyNameThe friendly Name.
-
-
Constructor Details
-
WorkbookFunctionsHyperlinkParameterSet
public WorkbookFunctionsHyperlinkParameterSet()Instiaciates a new WorkbookFunctionsHyperlinkParameterSet -
WorkbookFunctionsHyperlinkParameterSet
protected WorkbookFunctionsHyperlinkParameterSet(@Nonnull WorkbookFunctionsHyperlinkParameterSet.WorkbookFunctionsHyperlinkParameterSetBuilder builder) Instiaciates a new WorkbookFunctionsHyperlinkParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFunctionsHyperlinkParameterSet.WorkbookFunctionsHyperlinkParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-