Uses of Class
microsoft.graph.externalconnectors.complex.PropertyRule.Builder
-
Packages that use PropertyRule.Builder Package Description microsoft.graph.externalconnectors.complex -
-
Uses of PropertyRule.Builder in microsoft.graph.externalconnectors.complex
Methods in microsoft.graph.externalconnectors.complex that return PropertyRule.Builder Modifier and Type Method Description static PropertyRule.BuilderPropertyRule. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).PropertyRule.BuilderPropertyRule.Builder. operation(RuleOperation operation)PropertyRule.BuilderPropertyRule.Builder. property(String property)PropertyRule.BuilderPropertyRule.Builder. values(String... values)PropertyRule.BuilderPropertyRule.Builder. values(List<String> values)PropertyRule.BuilderPropertyRule.Builder. valuesJoinedBy(BinaryOperator valuesJoinedBy)PropertyRule.BuilderPropertyRule.Builder. valuesNextLink(String valuesNextLink)
-