Class WorkbookFunctionsPercentile_IncParameterSet

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

public class WorkbookFunctionsPercentile_IncParameterSet extends Object
The class for the Workbook Functions Percentile_Inc Parameter Set.
  • Field Details

    • array

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

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

    • WorkbookFunctionsPercentile_IncParameterSet

      public WorkbookFunctionsPercentile_IncParameterSet()
      Instiaciates a new WorkbookFunctionsPercentile_IncParameterSet
    • WorkbookFunctionsPercentile_IncParameterSet

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