Class MessagingParticipantPhoneNumber


  • public class MessagingParticipantPhoneNumber
    extends java.lang.Object
    Represents a participant's phone number.
    • Method Detail

      • isVerified

        public boolean isVerified()
        Indicates whether the number is verified.
        Returns:
        true if the number is verified.
      • isPrimary

        public boolean isPrimary()
        Indicates whether the number is primary.
        Returns:
        whether the number is primary.
      • getCanonicalForm

        public java.lang.String getCanonicalForm()
        Returns E.164 formatted phone number.
        Returns:
        E.164 formatted phone number.
      • getValue

        public java.lang.String getValue()
        Returns the phone number.
        Returns:
        the phone number.