Class WorkbookFunctionsPercentRank_ExcParameterSet

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

public class WorkbookFunctionsPercentRank_ExcParameterSet extends Object
The class for the Workbook Functions Percent Rank_Exc Parameter Set.
  • Field Details

    • array

      @SerializedName(value="array", alternate="Array") @Expose @Nullable public com.google.gson.JsonElement array
      The array.
    • x

      @SerializedName(value="x", alternate="X") @Expose @Nullable public com.google.gson.JsonElement x
      The x.
    • significance

      @SerializedName(value="significance", alternate="Significance") @Expose @Nullable public com.google.gson.JsonElement significance
      The significance.
  • Constructor Details

    • WorkbookFunctionsPercentRank_ExcParameterSet

      public WorkbookFunctionsPercentRank_ExcParameterSet()
      Instiaciates a new WorkbookFunctionsPercentRank_ExcParameterSet
    • WorkbookFunctionsPercentRank_ExcParameterSet

      protected WorkbookFunctionsPercentRank_ExcParameterSet(@Nonnull WorkbookFunctionsPercentRank_ExcParameterSet.WorkbookFunctionsPercentRank_ExcParameterSetBuilder builder)
      Instiaciates a new WorkbookFunctionsPercentRank_ExcParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details