Package com.microsoft.graph.models
Class WorkbookFilterApplyBottomPercentFilterParameterSet.WorkbookFilterApplyBottomPercentFilterParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFilterApplyBottomPercentFilterParameterSet.WorkbookFilterApplyBottomPercentFilterParameterSetBuilder
- Enclosing class:
WorkbookFilterApplyBottomPercentFilterParameterSet
public static final class WorkbookFilterApplyBottomPercentFilterParameterSet.WorkbookFilterApplyBottomPercentFilterParameterSetBuilder
extends Object
Fluent builder for the WorkbookFilterApplyBottomPercentFilterParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFilterApplyBottomPercentFilterParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithPercent(Integer val) Sets the Percent
-
Field Details
-
percent
The percent parameter value
-
-
Constructor Details
-
WorkbookFilterApplyBottomPercentFilterParameterSetBuilder
@Nullable protected WorkbookFilterApplyBottomPercentFilterParameterSetBuilder()Instanciates a new WorkbookFilterApplyBottomPercentFilterParameterSetBuilder
-
-
Method Details
-
withPercent
@Nonnull public WorkbookFilterApplyBottomPercentFilterParameterSet.WorkbookFilterApplyBottomPercentFilterParameterSetBuilder withPercent(@Nullable Integer val) Sets the Percent- 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
-