Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMessageRuleActions
Packages that use MicrosoftGraphMessageRuleActions
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphMessageRuleActions in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphMessageRuleActionsModifier and TypeMethodDescriptionMicrosoftGraphMessageRule.actions()Get the actions property: messageRuleActions.MicrosoftGraphMessageRuleActions.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: messageRuleActions.MicrosoftGraphMessageRuleActions.withAssignCategories(List<String> assignCategories) Set the assignCategories property: A list of categories to be assigned to a message.MicrosoftGraphMessageRuleActions.withCopyToFolder(String copyToFolder) Set the copyToFolder property: The ID of a folder that a message is to be copied to.MicrosoftGraphMessageRuleActions.withDelete(Boolean delete) Set the delete property: Indicates whether a message should be moved to the Deleted Items folder.MicrosoftGraphMessageRuleActions.withForwardAsAttachmentTo(List<MicrosoftGraphRecipient> forwardAsAttachmentTo) Set the forwardAsAttachmentTo property: The email addresses of the recipients to which a message should be forwarded as an attachment.MicrosoftGraphMessageRuleActions.withForwardTo(List<MicrosoftGraphRecipient> forwardTo) Set the forwardTo property: The email addresses of the recipients to which a message should be forwarded.MicrosoftGraphMessageRuleActions.withMarkAsRead(Boolean markAsRead) Set the markAsRead property: Indicates whether a message should be marked as read.MicrosoftGraphMessageRuleActions.withMarkImportance(MicrosoftGraphImportance markImportance) Set the markImportance property: importance.MicrosoftGraphMessageRuleActions.withMoveToFolder(String moveToFolder) Set the moveToFolder property: The ID of the folder that a message will be moved to.MicrosoftGraphMessageRuleActions.withPermanentDelete(Boolean permanentDelete) Set the permanentDelete property: Indicates whether a message should be permanently deleted and not saved to the Deleted Items folder.MicrosoftGraphMessageRuleActions.withRedirectTo(List<MicrosoftGraphRecipient> redirectTo) Set the redirectTo property: The email addresses to which a message should be redirected.MicrosoftGraphMessageRuleActions.withStopProcessingRules(Boolean stopProcessingRules) Set the stopProcessingRules property: Indicates whether subsequent rules should be evaluated.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphMessageRuleActionsModifier and TypeMethodDescriptionMicrosoftGraphMessageRule.withActions(MicrosoftGraphMessageRuleActions actions) Set the actions property: messageRuleActions.