Package com.microsoft.graph.models
Class WorkbookFilterApplyIconFilterParameterSet
java.lang.Object
com.microsoft.graph.models.WorkbookFilterApplyIconFilterParameterSet
The class for the Workbook Filter Apply Icon Filter Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the WorkbookFilterApplyIconFilterParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new WorkbookFilterApplyIconFilterParameterSetprotectedWorkbookFilterApplyIconFilterParameterSet(WorkbookFilterApplyIconFilterParameterSet.WorkbookFilterApplyIconFilterParameterSetBuilder builder) Instiaciates a new WorkbookFilterApplyIconFilterParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
icon
The icon.
-
-
Constructor Details
-
WorkbookFilterApplyIconFilterParameterSet
public WorkbookFilterApplyIconFilterParameterSet()Instiaciates a new WorkbookFilterApplyIconFilterParameterSet -
WorkbookFilterApplyIconFilterParameterSet
protected WorkbookFilterApplyIconFilterParameterSet(@Nonnull WorkbookFilterApplyIconFilterParameterSet.WorkbookFilterApplyIconFilterParameterSetBuilder builder) Instiaciates a new WorkbookFilterApplyIconFilterParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static WorkbookFilterApplyIconFilterParameterSet.WorkbookFilterApplyIconFilterParameterSetBuilder 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
-