Class PropertyRule.Builder
- java.lang.Object
-
- microsoft.graph.externalconnectors.complex.PropertyRule.Builder
-
- Enclosing class:
- PropertyRule
public static final class PropertyRule.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyRulebuild()PropertyRule.Builderoperation(RuleOperation operation)PropertyRule.Builderproperty(String property)PropertyRule.Buildervalues(String... values)PropertyRule.Buildervalues(List<String> values)PropertyRule.BuildervaluesJoinedBy(BinaryOperator valuesJoinedBy)PropertyRule.BuildervaluesNextLink(String valuesNextLink)
-
-
-
Method Detail
-
operation
public PropertyRule.Builder operation(RuleOperation operation)
-
property
public PropertyRule.Builder property(String property)
-
values
public PropertyRule.Builder values(List<String> values)
-
values
public PropertyRule.Builder values(String... values)
-
valuesNextLink
public PropertyRule.Builder valuesNextLink(String valuesNextLink)
-
valuesJoinedBy
public PropertyRule.Builder valuesJoinedBy(BinaryOperator valuesJoinedBy)
-
build
public PropertyRule build()
-
-