Package com.microsoft.graph.models
Class WorkbookFilterApplyCellColorFilterParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFilterApplyCellColorFilterParameterSet
The class for the Workbook Filter Apply Cell Color Filter Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classWorkbookFilterApplyCellColorFilterParameterSet.WorkbookFilterApplyCellColorFilterParameterSetBuilderFluent builder for the WorkbookFilterApplyCellColorFilterParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFilterApplyCellColorFilterParameterSetprotectedWorkbookFilterApplyCellColorFilterParameterSet(WorkbookFilterApplyCellColorFilterParameterSet.WorkbookFilterApplyCellColorFilterParameterSetBuilder builder) Instiaciates a new WorkbookFilterApplyCellColorFilterParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setstatic WorkbookFilterApplyCellColorFilterParameterSet.WorkbookFilterApplyCellColorFilterParameterSetBuilderGets a new builder for the body
-
Field Details
-
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
-
newBuilder
@Nonnull public static WorkbookFilterApplyCellColorFilterParameterSet.WorkbookFilterApplyCellColorFilterParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-