Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRecipient
-
Packages that use MicrosoftGraphRecipient Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphRecipient in com.azure.resourcemanager.authorization.fluent.models
Subclasses of MicrosoftGraphRecipient in com.azure.resourcemanager.authorization.fluent.models Modifier and Type Class Description classMicrosoftGraphAttendeeattendee.classMicrosoftGraphAttendeeBaseattendeeBase.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphRecipient Modifier and Type Method Description MicrosoftGraphRecipientMicrosoftGraphMessage. from()Get the from property: recipient.MicrosoftGraphRecipientMicrosoftGraphPost. from()Get the from property: recipient.MicrosoftGraphRecipientMicrosoftGraphEvent. organizer()Get the organizer property: recipient.MicrosoftGraphRecipientMicrosoftGraphMessage. sender()Get the sender property: recipient.MicrosoftGraphRecipientMicrosoftGraphPost. sender()Get the sender property: recipient.MicrosoftGraphRecipientMicrosoftGraphRecipient. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: recipient.MicrosoftGraphRecipientMicrosoftGraphRecipient. withEmailAddress(MicrosoftGraphEmailAddress emailAddress)Set the emailAddress property: emailAddress.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphRecipient Modifier and Type Method Description List<MicrosoftGraphRecipient>MicrosoftGraphMessage. bccRecipients()Get the bccRecipients property: The Bcc: recipients for the message.List<MicrosoftGraphRecipient>MicrosoftGraphConversationThread. ccRecipients()Get the ccRecipients property: The Cc: recipients for the thread.List<MicrosoftGraphRecipient>MicrosoftGraphMessage. ccRecipients()Get the ccRecipients property: The Cc: recipients for the message.List<MicrosoftGraphRecipient>MicrosoftGraphMessageRuleActions. forwardAsAttachmentTo()Get the forwardAsAttachmentTo property: The email addresses of the recipients to which a message should be forwarded as an attachment.List<MicrosoftGraphRecipient>MicrosoftGraphMessageRuleActions. forwardTo()Get the forwardTo property: The email addresses of the recipients to which a message should be forwarded.List<MicrosoftGraphRecipient>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.List<MicrosoftGraphRecipient>MicrosoftGraphPost. newParticipants()Get the newParticipants property: Conversation participants that were added to the thread as part of this post.List<MicrosoftGraphRecipient>MicrosoftGraphMessageRuleActions. redirectTo()Get the redirectTo property: The email addresses to which a message should be redirected.List<MicrosoftGraphRecipient>MicrosoftGraphMessage. replyTo()Get the replyTo property: The email addresses to use when replying.List<MicrosoftGraphRecipient>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.List<MicrosoftGraphRecipient>MicrosoftGraphConversationThread. toRecipients()Get the toRecipients property: The To: recipients for the thread.List<MicrosoftGraphRecipient>MicrosoftGraphMessage. toRecipients()Get the toRecipients property: The To: recipients for the message.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphRecipient Modifier and Type Method Description MicrosoftGraphMessageMicrosoftGraphMessage. withFrom(MicrosoftGraphRecipient from)Set the from property: recipient.MicrosoftGraphPostMicrosoftGraphPost. withFrom(MicrosoftGraphRecipient from)Set the from property: recipient.MicrosoftGraphEventMicrosoftGraphEvent. withOrganizer(MicrosoftGraphRecipient organizer)Set the organizer property: recipient.MicrosoftGraphMessageMicrosoftGraphMessage. withSender(MicrosoftGraphRecipient sender)Set the sender property: recipient.MicrosoftGraphPostMicrosoftGraphPost. withSender(MicrosoftGraphRecipient sender)Set the sender property: recipient.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphRecipient Modifier and Type Method Description MicrosoftGraphMessageMicrosoftGraphMessage. withBccRecipients(List<MicrosoftGraphRecipient> bccRecipients)Set the bccRecipients property: The Bcc: recipients for the message.MicrosoftGraphConversationThreadMicrosoftGraphConversationThread. withCcRecipients(List<MicrosoftGraphRecipient> ccRecipients)Set the ccRecipients property: The Cc: recipients for the thread.MicrosoftGraphMessageMicrosoftGraphMessage. withCcRecipients(List<MicrosoftGraphRecipient> ccRecipients)Set the ccRecipients property: The Cc: recipients for the message.MicrosoftGraphMessageRuleActionsMicrosoftGraphMessageRuleActions. withForwardAsAttachmentTo(List<MicrosoftGraphRecipient> forwardAsAttachmentTo)Set the forwardAsAttachmentTo property: The email addresses of the recipients to which a message should be forwarded as an attachment.MicrosoftGraphMessageRuleActionsMicrosoftGraphMessageRuleActions. withForwardTo(List<MicrosoftGraphRecipient> forwardTo)Set the forwardTo property: The email addresses of the recipients to which a message should be forwarded.MicrosoftGraphMessageRulePredicatesMicrosoftGraphMessageRulePredicates. 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.MicrosoftGraphPostMicrosoftGraphPost. withNewParticipants(List<MicrosoftGraphRecipient> newParticipants)Set the newParticipants property: Conversation participants that were added to the thread as part of this post.MicrosoftGraphMessageRuleActionsMicrosoftGraphMessageRuleActions. withRedirectTo(List<MicrosoftGraphRecipient> redirectTo)Set the redirectTo property: The email addresses to which a message should be redirected.MicrosoftGraphMessageMicrosoftGraphMessage. withReplyTo(List<MicrosoftGraphRecipient> replyTo)Set the replyTo property: The email addresses to use when replying.MicrosoftGraphMessageRulePredicatesMicrosoftGraphMessageRulePredicates. 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.MicrosoftGraphConversationThreadMicrosoftGraphConversationThread. withToRecipients(List<MicrosoftGraphRecipient> toRecipients)Set the toRecipients property: The To: recipients for the thread.MicrosoftGraphMessageMicrosoftGraphMessage. withToRecipients(List<MicrosoftGraphRecipient> toRecipients)Set the toRecipients property: The To: recipients for the message.
-