Uses of Class
microsoft.graph.externalconnectors.enums.RuleOperation
-
Packages that use RuleOperation Package Description microsoft.graph.externalconnectors.complex microsoft.graph.externalconnectors.enums -
-
Uses of RuleOperation in microsoft.graph.externalconnectors.complex
Fields in microsoft.graph.externalconnectors.complex declared as RuleOperation Modifier and Type Field Description protected RuleOperationPropertyRule. operationMethods in microsoft.graph.externalconnectors.complex that return types with arguments of type RuleOperation Modifier and Type Method Description Optional<RuleOperation>PropertyRule. getOperation()Methods in microsoft.graph.externalconnectors.complex with parameters of type RuleOperation Modifier and Type Method Description PropertyRule.BuilderPropertyRule.Builder. operation(RuleOperation operation)PropertyRulePropertyRule. withOperation(RuleOperation operation) -
Uses of RuleOperation in microsoft.graph.externalconnectors.enums
Methods in microsoft.graph.externalconnectors.enums that return RuleOperation Modifier and Type Method Description static RuleOperationRuleOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleOperation[]RuleOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-