Class WorkbookFunctionsQuartile_IncParameterSet

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

public class WorkbookFunctionsQuartile_IncParameterSet extends Object
The class for the Workbook Functions Quartile_Inc Parameter Set.
  • Field Details

    • array

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

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

    • WorkbookFunctionsQuartile_IncParameterSet

      public WorkbookFunctionsQuartile_IncParameterSet()
      Instiaciates a new WorkbookFunctionsQuartile_IncParameterSet
    • WorkbookFunctionsQuartile_IncParameterSet

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