Package com.microsoft.graph.models
Class WorkbookFilterApplyTopItemsFilterParameterSet.WorkbookFilterApplyTopItemsFilterParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFilterApplyTopItemsFilterParameterSet.WorkbookFilterApplyTopItemsFilterParameterSetBuilder
- Enclosing class:
WorkbookFilterApplyTopItemsFilterParameterSet
public static final class WorkbookFilterApplyTopItemsFilterParameterSet.WorkbookFilterApplyTopItemsFilterParameterSetBuilder
extends Object
Fluent builder for the WorkbookFilterApplyTopItemsFilterParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new WorkbookFilterApplyTopItemsFilterParameterSetBuilder -
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
-
WorkbookFilterApplyTopItemsFilterParameterSetBuilder
@Nullable protected WorkbookFilterApplyTopItemsFilterParameterSetBuilder()Instanciates a new WorkbookFilterApplyTopItemsFilterParameterSetBuilder
-
-
Method Details
-
withCount
@Nonnull public WorkbookFilterApplyTopItemsFilterParameterSet.WorkbookFilterApplyTopItemsFilterParameterSetBuilder 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
-