Package com.mypurecloud.sdk.v2.model
Class WhatsAppId
java.lang.Object
com.mypurecloud.sdk.v2.model.WhatsAppId
- All Implemented Interfaces:
Serializable
User information for a WhatsApp account
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisplayName(String displayName) The displayName of this person's account in WhatsApp.booleaninthashCode()phoneNumber(PhoneNumber phoneNumber) The phone number associated with this WhatsApp account.voidsetDisplayName(String displayName) voidsetPhoneNumber(PhoneNumber phoneNumber) toString()
-
Constructor Details
-
WhatsAppId
public WhatsAppId() -
WhatsAppId
-
-
Method Details
-
phoneNumber
The phone number associated with this WhatsApp account. Requires 'E164 without a leading plus' phone number. -
getPhoneNumber
-
setPhoneNumber
-
displayName
The displayName of this person's account in WhatsApp. Max: 100 characters. -
getDisplayName
-
setDisplayName
-
equals
-
hashCode
public int hashCode() -
toString
-