Uses of Class
odata.msgraph.client.beta.entity.MessageRecipient
-
Packages that use MessageRecipient Package Description odata.msgraph.client.beta.entity -
-
Uses of MessageRecipient in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return MessageRecipient Modifier and Type Method Description MessageRecipientMessageRecipient.Builder. build()MessageRecipientMessageRecipient. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.MessageRecipientMessageRecipient. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).MessageRecipientMessageRecipient. withDeliveryStatus(MessageStatus deliveryStatus)MessageRecipientMessageRecipient. withRecipientEmail(String recipientEmail)MessageRecipientMessageRecipient. withUnmappedField(String name, String value)
-