Uses of Class
com.microsoft.graph.models.MessageRule
Packages that use MessageRule
-
Uses of MessageRule in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MessageRuleModifier and TypeMethodDescriptionstatic MessageRuleMessageRule.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type MessageRuleModifier and TypeMethodDescriptionMailFolder.getMessageRules()Gets the messageRules property value.MessageRuleCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type MessageRuleModifier and TypeMethodDescriptionvoidMailFolder.setMessageRules(List<MessageRule> value) Sets the messageRules property value.voidMessageRuleCollectionResponse.setValue(List<MessageRule> value) Sets the value property value.