public static interface NumberValidateResponse.Builder extends SdkPojo, CopyableBuilder<NumberValidateResponse.Builder,NumberValidateResponse>
Modifier and Type | Method and Description |
---|---|
NumberValidateResponse.Builder |
carrier(String carrier)
The carrier or service provider that the phone number is currently registered with.
|
NumberValidateResponse.Builder |
city(String city)
The name of the city where the phone number was originally registered.
|
NumberValidateResponse.Builder |
cleansedPhoneNumberE164(String cleansedPhoneNumberE164)
The cleansed phone number, in E.164 format, for the location where the phone number was originally
registered.
|
NumberValidateResponse.Builder |
cleansedPhoneNumberNational(String cleansedPhoneNumberNational)
The cleansed phone number, in the format for the location where the phone number was originally registered.
|
NumberValidateResponse.Builder |
country(String country)
The name of the country or region where the phone number was originally registered.
|
NumberValidateResponse.Builder |
countryCodeIso2(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.
|
NumberValidateResponse.Builder |
countryCodeNumeric(String countryCodeNumeric)
The numeric code for the country or region where the phone number was originally registered.
|
NumberValidateResponse.Builder |
county(String county)
The name of the county where the phone number was originally registered.
|
NumberValidateResponse.Builder |
originalCountryCodeIso2(String originalCountryCodeIso2)
The two-character code, in ISO 3166-1 alpha-2 format, that was sent in the request body.
|
NumberValidateResponse.Builder |
originalPhoneNumber(String originalPhoneNumber)
The phone number that was sent in the request body.
|
NumberValidateResponse.Builder |
phoneType(String phoneType)
The description of the phone type.
|
NumberValidateResponse.Builder |
phoneTypeCode(Integer phoneTypeCode)
The phone type, represented by an integer.
|
NumberValidateResponse.Builder |
timezone(String timezone)
The time zone for the location where the phone number was originally registered.
|
NumberValidateResponse.Builder |
zipCode(String zipCode)
The postal or ZIP code for the location where the phone number was originally registered.
|
copy
applyMutation, build
NumberValidateResponse.Builder carrier(String carrier)
The carrier or service provider that the phone number is currently registered with.
carrier
- The carrier or service provider that the phone number is currently registered with.NumberValidateResponse.Builder city(String city)
The name of the city where the phone number was originally registered.
city
- The name of the city where the phone number was originally registered.NumberValidateResponse.Builder cleansedPhoneNumberE164(String cleansedPhoneNumberE164)
The cleansed phone number, in E.164 format, for the location where the phone number was originally registered.
cleansedPhoneNumberE164
- The cleansed phone number, in E.164 format, for the location where the phone number was originally
registered.NumberValidateResponse.Builder cleansedPhoneNumberNational(String cleansedPhoneNumberNational)
The cleansed phone number, in the format for the location where the phone number was originally registered.
cleansedPhoneNumberNational
- The cleansed phone number, in the format for the location where the phone number was originally
registered.NumberValidateResponse.Builder country(String country)
The name of the country or region where the phone number was originally registered.
country
- The name of the country or region where the phone number was originally registered.NumberValidateResponse.Builder countryCodeIso2(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.
countryCodeIso2
- The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number
was originally registered.NumberValidateResponse.Builder countryCodeNumeric(String countryCodeNumeric)
The numeric code for the country or region where the phone number was originally registered.
countryCodeNumeric
- The numeric code for the country or region where the phone number was originally registered.NumberValidateResponse.Builder county(String county)
The name of the county where the phone number was originally registered.
county
- The name of the county where the phone number was originally registered.NumberValidateResponse.Builder originalCountryCodeIso2(String originalCountryCodeIso2)
The two-character code, in ISO 3166-1 alpha-2 format, that was sent in the request body.
originalCountryCodeIso2
- The two-character code, in ISO 3166-1 alpha-2 format, that was sent in the request body.NumberValidateResponse.Builder originalPhoneNumber(String originalPhoneNumber)
The phone number that was sent in the request body.
originalPhoneNumber
- The phone number that was sent in the request body.NumberValidateResponse.Builder phoneType(String phoneType)
The description of the phone type. Valid values are: MOBILE, LANDLINE, VOIP, INVALID, PREPAID, and OTHER.
phoneType
- The description of the phone type. Valid values are: MOBILE, LANDLINE, VOIP, INVALID, PREPAID, and
OTHER.NumberValidateResponse.Builder phoneTypeCode(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).
phoneTypeCode
- The phone type, represented by an integer. Valid values are: 0 (mobile), 1 (landline), 2 (VoIP), 3
(invalid), 4 (other), and 5 (prepaid).NumberValidateResponse.Builder timezone(String timezone)
The time zone for the location where the phone number was originally registered.
timezone
- The time zone for the location where the phone number was originally registered.NumberValidateResponse.Builder zipCode(String zipCode)
The postal or ZIP code for the location where the phone number was originally registered.
zipCode
- The postal or ZIP code for the location where the phone number was originally registered.Copyright © 2019. All rights reserved.