Uses of Class
microsoft.graph.externalconnectors.complex.PropertyRule
-
Packages that use PropertyRule Package Description microsoft.graph.externalconnectors.complex -
-
Uses of PropertyRule in microsoft.graph.externalconnectors.complex
Fields in microsoft.graph.externalconnectors.complex with type parameters of type PropertyRule Modifier and Type Field Description protected List<PropertyRule>DisplayTemplate. rulesMethods in microsoft.graph.externalconnectors.complex that return PropertyRule Modifier and Type Method Description PropertyRulePropertyRule.Builder. build()PropertyRulePropertyRule. withOperation(RuleOperation operation)PropertyRulePropertyRule. withProperty(String property)PropertyRulePropertyRule. withUnmappedField(String name, String value)PropertyRulePropertyRule. withValuesJoinedBy(BinaryOperator valuesJoinedBy)Methods in microsoft.graph.externalconnectors.complex that return types with arguments of type PropertyRule Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<PropertyRule>DisplayTemplate. getRules()com.github.davidmoten.odata.client.CollectionPage<PropertyRule>DisplayTemplate. getRules(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.graph.externalconnectors.complex with parameters of type PropertyRule Modifier and Type Method Description DisplayTemplate.BuilderDisplayTemplate.Builder. rules(PropertyRule... rules)Method parameters in microsoft.graph.externalconnectors.complex with type arguments of type PropertyRule Modifier and Type Method Description DisplayTemplate.BuilderDisplayTemplate.Builder. rules(List<PropertyRule> rules)
-