Package com.mypurecloud.sdk.v2.model
Class OpenSocialMediaRecipient
java.lang.Object
com.mypurecloud.sdk.v2.model.OpenSocialMediaRecipient
- All Implemented Interfaces:
Serializable
Information about the recipient the message is sent to or received from.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe recipient ID type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalIds(List<OpenSocialMediaRecipientAdditionalIdentifier> additionalIds) List of recipient additional identifiersbooleanFirst name of the recipient.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<OpenSocialMediaRecipientAdditionalIdentifier> additionalIds) voidsetFirstName(String firstName) voidvoidvoidvoidsetLastName(String lastName) voidsetNickname(String nickname) toString()
-
Constructor Details
-
OpenSocialMediaRecipient
public OpenSocialMediaRecipient() -
OpenSocialMediaRecipient
-
-
Method Details
-
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
-
nickname
Nickname or display name of the recipient. -
getNickname
-
setNickname
-
image
URL of an image that represents the recipient. -
getImage
-
setImage
-
additionalIds
public OpenSocialMediaRecipient additionalIds(List<OpenSocialMediaRecipientAdditionalIdentifier> additionalIds) List of recipient additional identifiers -
getAdditionalIds
-
setAdditionalIds
-
equals
-
hashCode
public int hashCode() -
toString
-