Class PhoneNumberIdentifierModel


  • public final class PhoneNumberIdentifierModel
    extends Object
    A phone number.
    • Constructor Detail

      • PhoneNumberIdentifierModel

        public PhoneNumberIdentifierModel()
    • Method Detail

      • getValue

        public String getValue()
        Get the value property: The phone number in E.164 format.
        Returns:
        the value value.
      • setValue

        public PhoneNumberIdentifierModel setValue​(String value)
        Set the value property: The phone number in E.164 format.
        Parameters:
        value - the value value to set.
        Returns:
        the PhoneNumberIdentifierModel object itself.