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