Class MessagingRecipient
java.lang.Object
cloud.genesys.webmessaging.sdk.model.MessagingRecipient
- All Implemented Interfaces:
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalIds(List<RecipientAdditionalIdentifier> additionalIds) List of recipient additional identifiersE-mail address of the recipient.booleanFirst name of the recipient.getEmail()getId()getImage()inthashCode()The recipient ID specific to the provider.The recipient ID type.URL of an image that represents the recipient.Last name of the recipient.Nickname or display name of the recipient.voidsetAdditionalIds(List<RecipientAdditionalIdentifier> additionalIds) voidvoidsetFirstName(String firstName) voidvoidvoidvoidsetLastName(String lastName) voidsetNickname(String nickname) toString()
-
Constructor Details
-
MessagingRecipient
public MessagingRecipient()
-
-
Method Details
-
additionalIds
List of recipient additional identifiers -
getAdditionalIds
-
setAdditionalIds
-
email
E-mail address of the recipient. -
getEmail
-
setEmail
-
firstName
First name of the recipient. -
getFirstName
-
setFirstName
-
id
The recipient ID specific to the provider. -
getId
-
setId
-
idType
The recipient ID type. This is used to indicate the format used for the ID. -
getIdType
-
setIdType
-
image
URL of an image that represents the recipient. -
getImage
-
setImage
-
lastName
Last name of the recipient. -
getLastName
-
setLastName
-
nickname
Nickname or display name of the recipient. -
getNickname
-
setNickname
-
equals
-
hashCode
public int hashCode() -
toString
-