Package com.microsoft.graph.models
Class WorkbookFilterApplyIconFilterParameterSet.WorkbookFilterApplyIconFilterParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFilterApplyIconFilterParameterSet.WorkbookFilterApplyIconFilterParameterSetBuilder
- Enclosing class:
WorkbookFilterApplyIconFilterParameterSet
public static final class WorkbookFilterApplyIconFilterParameterSet.WorkbookFilterApplyIconFilterParameterSetBuilder
extends Object
Fluent builder for the WorkbookFilterApplyIconFilterParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFilterApplyIconFilterParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithIcon(WorkbookIcon val) Sets the Icon
-
Field Details
-
icon
The icon parameter value
-
-
Constructor Details
-
WorkbookFilterApplyIconFilterParameterSetBuilder
@Nullable protected WorkbookFilterApplyIconFilterParameterSetBuilder()Instanciates a new WorkbookFilterApplyIconFilterParameterSetBuilder
-
-
Method Details
-
withIcon
@Nonnull public WorkbookFilterApplyIconFilterParameterSet.WorkbookFilterApplyIconFilterParameterSetBuilder withIcon(@Nullable WorkbookIcon val) Sets the Icon- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-