Class WorkbookFilterApplyCellColorFilterParameterSet

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

public class WorkbookFilterApplyCellColorFilterParameterSet extends Object
The class for the Workbook Filter Apply Cell Color Filter Parameter Set.
  • Field Details

    • color

      @SerializedName(value="color", alternate="Color") @Expose @Nullable public String color
      The color.
  • Constructor Details

    • WorkbookFilterApplyCellColorFilterParameterSet

      public WorkbookFilterApplyCellColorFilterParameterSet()
      Instiaciates a new WorkbookFilterApplyCellColorFilterParameterSet
    • WorkbookFilterApplyCellColorFilterParameterSet

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