public class WorkbookFilterApplyCellColorFilterParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookFilterApplyCellColorFilterParameterSet.WorkbookFilterApplyCellColorFilterParameterSetBuilder
Fluent builder for the WorkbookFilterApplyCellColorFilterParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
color
The color.
|
| Modifier | Constructor and Description |
|---|---|
|
WorkbookFilterApplyCellColorFilterParameterSet()
Instiaciates a new WorkbookFilterApplyCellColorFilterParameterSet
|
protected |
WorkbookFilterApplyCellColorFilterParameterSet(WorkbookFilterApplyCellColorFilterParameterSet.WorkbookFilterApplyCellColorFilterParameterSetBuilder builder)
Instiaciates a new WorkbookFilterApplyCellColorFilterParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static WorkbookFilterApplyCellColorFilterParameterSet.WorkbookFilterApplyCellColorFilterParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="color",
alternate="Color")
@Expose
@Nullable
public java.lang.String color
public WorkbookFilterApplyCellColorFilterParameterSet()
protected WorkbookFilterApplyCellColorFilterParameterSet(@Nonnull
WorkbookFilterApplyCellColorFilterParameterSet.WorkbookFilterApplyCellColorFilterParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static WorkbookFilterApplyCellColorFilterParameterSet.WorkbookFilterApplyCellColorFilterParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()