public static interface NumberValidateRequest.Builder extends SdkPojo, CopyableBuilder<NumberValidateRequest.Builder,NumberValidateRequest>
Modifier and Type | Method and Description |
---|---|
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.
|
NumberValidateRequest.Builder |
phoneNumber(String phoneNumber)
The phone number to retrieve information about.
|
copy
applyMutation, build
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.
isoCountryCode
- The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number
was originally registered.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.
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.Copyright © 2019. All rights reserved.