Class WorkbookFunctionsQuartile_ExcParameterSet

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

public class WorkbookFunctionsQuartile_ExcParameterSet extends Object
The class for the Workbook Functions Quartile_Exc 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_ExcParameterSet

      public WorkbookFunctionsQuartile_ExcParameterSet()
      Instiaciates a new WorkbookFunctionsQuartile_ExcParameterSet
    • WorkbookFunctionsQuartile_ExcParameterSet

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