Uses of Class
com.microsoft.graph.models.MessageRulePredicates
Packages that use MessageRulePredicates
-
Uses of MessageRulePredicates in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MessageRulePredicatesModifier and TypeMethodDescriptionstatic MessageRulePredicatesMessageRulePredicates.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMessageRule.getConditions()Gets the conditions property value.MessageRule.getExceptions()Gets the exceptions property value.Methods in com.microsoft.graph.models with parameters of type MessageRulePredicatesModifier and TypeMethodDescriptionvoidMessageRule.setConditions(MessageRulePredicates value) Sets the conditions property value.voidMessageRule.setExceptions(MessageRulePredicates value) Sets the exceptions property value.