Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRecipient
Packages that use MicrosoftGraphRecipient
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphRecipient in com.azure.resourcemanager.authorization.fluent.models
Modifier and TypeClassDescriptionfinal classattendee.classattendeeBase.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphRecipientModifier and TypeMethodDescriptionMicrosoftGraphMessage.from()Get the from property: recipient.MicrosoftGraphPost.from()Get the from property: recipient.MicrosoftGraphEvent.organizer()Get the organizer property: recipient.MicrosoftGraphMessage.sender()Get the sender property: recipient.MicrosoftGraphPost.sender()Get the sender property: recipient.MicrosoftGraphRecipient.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: recipient.MicrosoftGraphRecipient.withEmailAddress(MicrosoftGraphEmailAddress emailAddress) Set the emailAddress property: emailAddress.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphRecipientModifier and TypeMethodDescriptionMicrosoftGraphMessage.bccRecipients()Get the bccRecipients property: The Bcc: recipients for the message.MicrosoftGraphConversationThread.ccRecipients()Get the ccRecipients property: The Cc: recipients for the thread.MicrosoftGraphMessage.ccRecipients()Get the ccRecipients property: The Cc: recipients for the message.MicrosoftGraphMessageRuleActions.forwardAsAttachmentTo()Get the forwardAsAttachmentTo property: The email addresses of the recipients to which a message should be forwarded as an attachment.MicrosoftGraphMessageRuleActions.forwardTo()Get the forwardTo property: The email addresses of the recipients to which a message should be forwarded.MicrosoftGraphMessageRulePredicates.fromAddresses()Get the fromAddresses property: Represents the specific sender email addresses of an incoming message in order for the condition or exception to apply.MicrosoftGraphPost.newParticipants()Get the newParticipants property: Conversation participants that were added to the thread as part of this post.MicrosoftGraphMessageRuleActions.redirectTo()Get the redirectTo property: The email addresses to which a message should be redirected.MicrosoftGraphMessage.replyTo()Get the replyTo property: The email addresses to use when replying.MicrosoftGraphMessageRulePredicates.sentToAddresses()Get 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.MicrosoftGraphConversationThread.toRecipients()Get the toRecipients property: The To: recipients for the thread.MicrosoftGraphMessage.toRecipients()Get the toRecipients property: The To: recipients for the message.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphRecipientModifier and TypeMethodDescriptionMicrosoftGraphMessage.withFrom(MicrosoftGraphRecipient from) Set the from property: recipient.MicrosoftGraphPost.withFrom(MicrosoftGraphRecipient from) Set the from property: recipient.MicrosoftGraphEvent.withOrganizer(MicrosoftGraphRecipient organizer) Set the organizer property: recipient.MicrosoftGraphMessage.withSender(MicrosoftGraphRecipient sender) Set the sender property: recipient.MicrosoftGraphPost.withSender(MicrosoftGraphRecipient sender) Set the sender property: recipient.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphRecipientModifier and TypeMethodDescriptionMicrosoftGraphMessage.withBccRecipients(List<MicrosoftGraphRecipient> bccRecipients) Set the bccRecipients property: The Bcc: recipients for the message.MicrosoftGraphConversationThread.withCcRecipients(List<MicrosoftGraphRecipient> ccRecipients) Set the ccRecipients property: The Cc: recipients for the thread.MicrosoftGraphMessage.withCcRecipients(List<MicrosoftGraphRecipient> ccRecipients) Set the ccRecipients property: The Cc: recipients for the message.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.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.MicrosoftGraphPost.withNewParticipants(List<MicrosoftGraphRecipient> newParticipants) Set the newParticipants property: Conversation participants that were added to the thread as part of this post.MicrosoftGraphMessageRuleActions.withRedirectTo(List<MicrosoftGraphRecipient> redirectTo) Set the redirectTo property: The email addresses to which a message should be redirected.MicrosoftGraphMessage.withReplyTo(List<MicrosoftGraphRecipient> replyTo) Set the replyTo property: The email addresses to use when replying.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.MicrosoftGraphConversationThread.withToRecipients(List<MicrosoftGraphRecipient> toRecipients) Set the toRecipients property: The To: recipients for the thread.MicrosoftGraphMessage.withToRecipients(List<MicrosoftGraphRecipient> toRecipients) Set the toRecipients property: The To: recipients for the message.