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