Uses of Class
com.microsoft.graph.models.Recipient
Packages that use Recipient
-
Uses of Recipient in com.microsoft.graph.models
Subclasses of Recipient in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return RecipientModifier and TypeMethodDescriptionstatic RecipientRecipient.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMessage.getFrom()Gets the from property value.Post.getFrom()Gets the from property value.Event.getOrganizer()Gets the organizer property value.Message.getSender()Gets the sender property value.Post.getSender()Gets the sender property value.Methods in com.microsoft.graph.models that return types with arguments of type RecipientModifier and TypeMethodDescriptionMessage.getBccRecipients()Gets the bccRecipients property value.ConversationThread.getCcRecipients()Gets the ccRecipients property value.InvitedUserMessageInfo.getCcRecipients()Gets the ccRecipients property value.Message.getCcRecipients()Gets the ccRecipients property value.MessageRuleActions.getForwardAsAttachmentTo()Gets the forwardAsAttachmentTo property value.MessageRuleActions.getForwardTo()Gets the forwardTo property value.MessageRulePredicates.getFromAddresses()Gets the fromAddresses property value.Post.getNewParticipants()Gets the newParticipants property value.MailTips.getRecipientSuggestions()Gets the recipientSuggestions property value.MessageRuleActions.getRedirectTo()Gets the redirectTo property value.Message.getReplyTo()Gets the replyTo property value.MessageRulePredicates.getSentToAddresses()Gets the sentToAddresses property value.ConversationThread.getToRecipients()Gets the toRecipients property value.Message.getToRecipients()Gets the toRecipients property value.Methods in com.microsoft.graph.models with parameters of type RecipientModifier and TypeMethodDescriptionvoidSets the from property value.voidSets the from property value.voidEvent.setOrganizer(Recipient value) Sets the organizer property value.voidSets the sender property value.voidSets the sender property value.Method parameters in com.microsoft.graph.models with type arguments of type RecipientModifier and TypeMethodDescriptionvoidMessage.setBccRecipients(List<Recipient> value) Sets the bccRecipients property value.voidConversationThread.setCcRecipients(List<Recipient> value) Sets the ccRecipients property value.voidInvitedUserMessageInfo.setCcRecipients(List<Recipient> value) Sets the ccRecipients property value.voidMessage.setCcRecipients(List<Recipient> value) Sets the ccRecipients property value.voidMessageRuleActions.setForwardAsAttachmentTo(List<Recipient> value) Sets the forwardAsAttachmentTo property value.voidMessageRuleActions.setForwardTo(List<Recipient> value) Sets the forwardTo property value.voidMessageRulePredicates.setFromAddresses(List<Recipient> value) Sets the fromAddresses property value.voidPost.setNewParticipants(List<Recipient> value) Sets the newParticipants property value.voidMailTips.setRecipientSuggestions(List<Recipient> value) Sets the recipientSuggestions property value.voidMessageRuleActions.setRedirectTo(List<Recipient> value) Sets the redirectTo property value.voidMessage.setReplyTo(List<Recipient> value) Sets the replyTo property value.voidMessageRulePredicates.setSentToAddresses(List<Recipient> value) Sets the sentToAddresses property value.voidConversationThread.setToRecipients(List<Recipient> value) Sets the toRecipients property value.voidMessage.setToRecipients(List<Recipient> value) Sets the toRecipients property value.