Class MessagingRecipient
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.MessagingRecipient
-
- All Implemented Interfaces:
Serializable
public class MessagingRecipient extends Object implements Serializable
Information about the recipient the message is received from. Information about the recipient the message is sent to or received from. Information about the recipient the message is sent to. Mention content.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessagingRecipient()
-
Method Summary
-
-
-
Method Detail
-
additionalIds
public MessagingRecipient additionalIds(List<RecipientAdditionalIdentifier> additionalIds)
List of recipient additional identifiers
-
getAdditionalIds
public List<RecipientAdditionalIdentifier> getAdditionalIds()
-
setAdditionalIds
public void setAdditionalIds(List<RecipientAdditionalIdentifier> additionalIds)
-
email
public MessagingRecipient email(String email)
E-mail address of the recipient.
-
getEmail
public String getEmail()
-
setEmail
public void setEmail(String email)
-
firstName
public MessagingRecipient firstName(String firstName)
First name of the recipient.
-
getFirstName
public String getFirstName()
-
setFirstName
public void setFirstName(String firstName)
-
id
public MessagingRecipient id(String id)
The recipient ID specific to the provider.
-
getId
public String getId()
-
setId
public void setId(String id)
-
idType
public MessagingRecipient idType(IDType idType)
The recipient ID type. This is used to indicate the format used for the ID.
-
getIdType
public IDType getIdType()
-
setIdType
public void setIdType(IDType idType)
-
image
public MessagingRecipient image(String image)
URL of an image that represents the recipient.
-
getImage
public String getImage()
-
setImage
public void setImage(String image)
-
lastName
public MessagingRecipient lastName(String lastName)
Last name of the recipient.
-
getLastName
public String getLastName()
-
setLastName
public void setLastName(String lastName)
-
nickname
public MessagingRecipient nickname(String nickname)
Nickname or display name of the recipient.
-
getNickname
public String getNickname()
-
setNickname
public void setNickname(String nickname)
-
-