Class WhatsAppId

java.lang.Object
com.mypurecloud.sdk.v2.model.WhatsAppId
All Implemented Interfaces:
Serializable

public class WhatsAppId extends Object implements Serializable
User information for a WhatsApp account
See Also:
  • Constructor Details

    • WhatsAppId

      public WhatsAppId()
    • WhatsAppId

      public WhatsAppId(Boolean initWithEmptyList)
  • Method Details

    • phoneNumber

      public WhatsAppId phoneNumber(PhoneNumber phoneNumber)
      The phone number associated with this WhatsApp account. Requires 'E164 without a leading plus' phone number.
    • getPhoneNumber

      public PhoneNumber getPhoneNumber()
    • setPhoneNumber

      public void setPhoneNumber(PhoneNumber phoneNumber)
    • displayName

      public WhatsAppId displayName(String displayName)
      The displayName of this person's account in WhatsApp. Max: 100 characters.
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object