Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMessageRulePredicates
Packages that use MicrosoftGraphMessageRulePredicates
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphMessageRulePredicates in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphMessageRulePredicatesModifier and TypeMethodDescriptionMicrosoftGraphMessageRule.conditions()Get the conditions property: messageRulePredicates.MicrosoftGraphMessageRule.exceptions()Get the exceptions property: messageRulePredicates.MicrosoftGraphMessageRulePredicates.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: messageRulePredicates.MicrosoftGraphMessageRulePredicates.withBodyContains(List<String> bodyContains) Set the bodyContains property: Represents the strings that should appear in the body of an incoming message in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withBodyOrSubjectContains(List<String> bodyOrSubjectContains) Set the bodyOrSubjectContains property: Represents the strings that should appear in the body or subject of an incoming message in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withCategories(List<String> categories) Set the categories property: Represents the categories that an incoming message should be labeled with in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withFromAddresses(List<MicrosoftGraphRecipient> fromAddresses) Set the fromAddresses property: Represents the specific sender email addresses of an incoming message in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withHasAttachments(Boolean hasAttachments) Set the hasAttachments property: Indicates whether an incoming message must have attachments in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withHeaderContains(List<String> headerContains) Set the headerContains property: Represents the strings that appear in the headers of an incoming message in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withImportance(MicrosoftGraphImportance importance) Set the importance property: importance.MicrosoftGraphMessageRulePredicates.withIsApprovalRequest(Boolean isApprovalRequest) Set the isApprovalRequest property: Indicates whether an incoming message must be an approval request in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withIsAutomaticForward(Boolean isAutomaticForward) Set the isAutomaticForward property: Indicates whether an incoming message must be automatically forwarded in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withIsAutomaticReply(Boolean isAutomaticReply) Set the isAutomaticReply property: Indicates whether an incoming message must be an auto reply in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withIsEncrypted(Boolean isEncrypted) Set the isEncrypted property: Indicates whether an incoming message must be encrypted in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withIsMeetingRequest(Boolean isMeetingRequest) Set the isMeetingRequest property: Indicates whether an incoming message must be a meeting request in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withIsMeetingResponse(Boolean isMeetingResponse) Set the isMeetingResponse property: Indicates whether an incoming message must be a meeting response in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withIsNonDeliveryReport(Boolean isNonDeliveryReport) Set the isNonDeliveryReport property: Indicates whether an incoming message must be a non-delivery report in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withIsPermissionControlled(Boolean isPermissionControlled) Set the isPermissionControlled property: Indicates whether an incoming message must be permission controlled (RMS-protected) in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withIsReadReceipt(Boolean isReadReceipt) Set the isReadReceipt property: Indicates whether an incoming message must be a read receipt in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withIsSigned(Boolean isSigned) Set the isSigned property: Indicates whether an incoming message must be S/MIME-signed in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withIsVoicemail(Boolean isVoicemail) Set the isVoicemail property: Indicates whether an incoming message must be a voice mail in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withMessageActionFlag(MicrosoftGraphMessageActionFlag messageActionFlag) Set the messageActionFlag property: messageActionFlag.MicrosoftGraphMessageRulePredicates.withNotSentToMe(Boolean notSentToMe) Set the notSentToMe property: Indicates whether the owner of the mailbox must not be a recipient of an incoming message in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withRecipientContains(List<String> recipientContains) Set the recipientContains property: Represents the strings that appear in either the toRecipients or ccRecipients properties of an incoming message in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withSenderContains(List<String> senderContains) Set the senderContains property: Represents the strings that appear in the from property of an incoming message in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withSensitivity(MicrosoftGraphSensitivity sensitivity) Set the sensitivity property: sensitivity.MicrosoftGraphMessageRulePredicates.withSentCcMe(Boolean sentCcMe) Set the sentCcMe property: Indicates whether the owner of the mailbox must be in the ccRecipients property of an incoming message in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withSentOnlyToMe(Boolean sentOnlyToMe) Set the sentOnlyToMe property: Indicates whether the owner of the mailbox must be the only recipient in an incoming message in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withSentToAddresses(List<MicrosoftGraphRecipient> sentToAddresses) Set the sentToAddresses property: Represents the email addresses that an incoming message must have been sent to in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withSentToMe(Boolean sentToMe) Set the sentToMe property: Indicates whether the owner of the mailbox must be in the toRecipients property of an incoming message in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withSentToOrCcMe(Boolean sentToOrCcMe) Set the sentToOrCcMe property: Indicates whether the owner of the mailbox must be in either a toRecipients or ccRecipients property of an incoming message in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withSubjectContains(List<String> subjectContains) Set the subjectContains property: Represents the strings that appear in the subject of an incoming message in order for the condition or exception to apply.MicrosoftGraphMessageRulePredicates.withWithinSizeRange(MicrosoftGraphSizeRange withinSizeRange) Set the withinSizeRange property: sizeRange.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphMessageRulePredicatesModifier and TypeMethodDescriptionMicrosoftGraphMessageRule.withConditions(MicrosoftGraphMessageRulePredicates conditions) Set the conditions property: messageRulePredicates.MicrosoftGraphMessageRule.withExceptions(MicrosoftGraphMessageRulePredicates exceptions) Set the exceptions property: messageRulePredicates.