Package com.mypurecloud.sdk.v2.model
Class GuestMemberInfo
java.lang.Object
com.mypurecloud.sdk.v2.model.GuestMemberInfo
- All Implemented Interfaces:
Serializable
GuestMemberInfo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionavatarImageUrl(String avatarImageUrl) The URL to the avatar image to use for the guest member in the conversation, if any.customFields(Map<String, String> customFields) Any custom fields of information, in key-value format, to attach to the guest member in the conversation.displayName(String displayName) The display name to use for the guest member in the conversation.The email address to use for the guest member in the conversation.booleanThe first name to use for the guest member in the conversation.getEmail()inthashCode()The last name to use for the guest member in the conversation.phoneNumber(String phoneNumber) The phone number to use for the guest member in the conversation.voidsetAvatarImageUrl(String avatarImageUrl) voidsetCustomFields(Map<String, String> customFields) voidsetDisplayName(String displayName) voidvoidsetFirstName(String firstName) voidsetLastName(String lastName) voidsetPhoneNumber(String phoneNumber) toString()
-
Constructor Details
-
GuestMemberInfo
public GuestMemberInfo() -
GuestMemberInfo
-
-
Method Details
-
displayName
The display name to use for the guest member in the conversation. -
getDisplayName
-
setDisplayName
-
firstName
The first name to use for the guest member in the conversation. -
getFirstName
-
setFirstName
-
lastName
The last name to use for the guest member in the conversation. -
getLastName
-
setLastName
-
email
The email address to use for the guest member in the conversation. -
getEmail
-
setEmail
-
phoneNumber
The phone number to use for the guest member in the conversation. -
getPhoneNumber
-
setPhoneNumber
-
avatarImageUrl
The URL to the avatar image to use for the guest member in the conversation, if any. -
getAvatarImageUrl
-
setAvatarImageUrl
-
customFields
Any custom fields of information, in key-value format, to attach to the guest member in the conversation. -
getCustomFields
-
setCustomFields
-
equals
-
hashCode
public int hashCode() -
toString
-