Class WorkbookFunctionsHyperlinkParameterSet

java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsHyperlinkParameterSet

public class WorkbookFunctionsHyperlinkParameterSet extends Object
The class for the Workbook Functions Hyperlink Parameter Set.
  • Field Details

    • linkLocation

      @SerializedName(value="linkLocation", alternate="LinkLocation") @Expose @Nullable public com.google.gson.JsonElement linkLocation
      The link Location.
    • friendlyName

      @SerializedName(value="friendlyName", alternate="FriendlyName") @Expose @Nullable public com.google.gson.JsonElement friendlyName
      The 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