Class NumberValidateResponse

    • Method Detail

      • carrier

        public final String carrier()

        The carrier or service provider that the phone number is currently registered with. In some countries and regions, this value may be the carrier or service provider that the phone number was originally registered with.

        Returns:
        The carrier or service provider that the phone number is currently registered with. In some countries and regions, this value may be the carrier or service provider that the phone number was originally registered with.
      • city

        public final String city()

        The name of the city where the phone number was originally registered.

        Returns:
        The name of the city where the phone number was originally registered.
      • cleansedPhoneNumberE164

        public final String cleansedPhoneNumberE164()

        The cleansed phone number, in E.164 format, for the location where the phone number was originally registered.

        Returns:
        The cleansed phone number, in E.164 format, for the location where the phone number was originally registered.
      • cleansedPhoneNumberNational

        public final String cleansedPhoneNumberNational()

        The cleansed phone number, in the format for the location where the phone number was originally registered.

        Returns:
        The cleansed phone number, in the format for the location where the phone number was originally registered.
      • country

        public final String country()

        The name of the country or region where the phone number was originally registered.

        Returns:
        The name of the country or region where the phone number was originally registered.
      • countryCodeIso2

        public final String countryCodeIso2()

        The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.

        Returns:
        The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.
      • countryCodeNumeric

        public final String countryCodeNumeric()

        The numeric code for the country or region where the phone number was originally registered.

        Returns:
        The numeric code for the country or region where the phone number was originally registered.
      • county

        public final String county()

        The name of the county where the phone number was originally registered.

        Returns:
        The name of the county where the phone number was originally registered.
      • originalCountryCodeIso2

        public final String originalCountryCodeIso2()

        The two-character code, in ISO 3166-1 alpha-2 format, that was sent in the request body.

        Returns:
        The two-character code, in ISO 3166-1 alpha-2 format, that was sent in the request body.
      • originalPhoneNumber

        public final String originalPhoneNumber()

        The phone number that was sent in the request body.

        Returns:
        The phone number that was sent in the request body.
      • phoneType

        public final String phoneType()

        The description of the phone type. Valid values are: MOBILE, LANDLINE, VOIP, INVALID, PREPAID, and OTHER.

        Returns:
        The description of the phone type. Valid values are: MOBILE, LANDLINE, VOIP, INVALID, PREPAID, and OTHER.
      • phoneTypeCode

        public final Integer phoneTypeCode()

        The phone type, represented by an integer. Valid values are: 0 (mobile), 1 (landline), 2 (VoIP), 3 (invalid), 4 (other), and 5 (prepaid).

        Returns:
        The phone type, represented by an integer. Valid values are: 0 (mobile), 1 (landline), 2 (VoIP), 3 (invalid), 4 (other), and 5 (prepaid).
      • timezone

        public final String timezone()

        The time zone for the location where the phone number was originally registered.

        Returns:
        The time zone for the location where the phone number was originally registered.
      • zipCode

        public final String zipCode()

        The postal or ZIP code for the location where the phone number was originally registered.

        Returns:
        The postal or ZIP code for the location where the phone number was originally registered.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)