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