Interface NumberValidateRequest.Builder

    • Method Detail

      • isoCountryCode

        NumberValidateRequest.Builder isoCountryCode​(String isoCountryCode)

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

        Parameters:
        isoCountryCode - The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • phoneNumber

        NumberValidateRequest.Builder phoneNumber​(String phoneNumber)

        The phone number to retrieve information about. The phone number that you provide should include a valid numeric country code. Otherwise, the operation might result in an error.

        Parameters:
        phoneNumber - The phone number to retrieve information about. The phone number that you provide should include a valid numeric country code. Otherwise, the operation might result in an error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.