Package com.mypurecloud.sdk.v2.model
Class OpenMessagingFromRecipient
java.lang.Object
com.mypurecloud.sdk.v2.model.OpenMessagingFromRecipient
- All Implemented Interfaces:
Serializable
Information about the recipient the message is received from.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe recipient ID type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionE-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.Last name of the recipient.Nickname or display name of the recipient.voidvoidsetFirstName(String firstName) voidvoidvoidsetLastName(String lastName) voidsetNickname(String nickname) toString()
-
Constructor Details
-
OpenMessagingFromRecipient
public OpenMessagingFromRecipient() -
OpenMessagingFromRecipient
-
-
Method Details
-
nickname
Nickname or display name of the recipient. -
getNickname
-
setNickname
-
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
-
firstName
First name of the recipient. -
getFirstName
-
setFirstName
-
lastName
Last name of the recipient. -
getLastName
-
setLastName
-
getImage
-
email
E-mail address of the recipient. -
getEmail
-
setEmail
-
equals
-
hashCode
public int hashCode() -
toString
-