public static interface AvailableNumberSummary.Builder extends SdkPojo, CopyableBuilder<AvailableNumberSummary.Builder,AvailableNumberSummary>
| Modifier and Type | Method and Description |
|---|---|
AvailableNumberSummary.Builder |
phoneNumber(String phoneNumber)
The phone number.
|
AvailableNumberSummary.Builder |
phoneNumberCountryCode(PhoneNumberCountryCode phoneNumberCountryCode)
The ISO country code.
|
AvailableNumberSummary.Builder |
phoneNumberCountryCode(String phoneNumberCountryCode)
The ISO country code.
|
AvailableNumberSummary.Builder |
phoneNumberType(PhoneNumberType phoneNumberType)
The type of phone number.
|
AvailableNumberSummary.Builder |
phoneNumberType(String phoneNumberType)
The type of phone number.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAvailableNumberSummary.Builder phoneNumber(String phoneNumber)
The phone number. Phone numbers are formatted
[+] [country code] [subscriber number including area code].
phoneNumber - The phone number. Phone numbers are formatted
[+] [country code] [subscriber number including area code].AvailableNumberSummary.Builder phoneNumberCountryCode(String phoneNumberCountryCode)
The ISO country code.
phoneNumberCountryCode - The ISO country code.PhoneNumberCountryCode,
PhoneNumberCountryCodeAvailableNumberSummary.Builder phoneNumberCountryCode(PhoneNumberCountryCode phoneNumberCountryCode)
The ISO country code.
phoneNumberCountryCode - The ISO country code.PhoneNumberCountryCode,
PhoneNumberCountryCodeAvailableNumberSummary.Builder phoneNumberType(String phoneNumberType)
The type of phone number.
phoneNumberType - The type of phone number.PhoneNumberType,
PhoneNumberTypeAvailableNumberSummary.Builder phoneNumberType(PhoneNumberType phoneNumberType)
The type of phone number.
phoneNumberType - The type of phone number.PhoneNumberType,
PhoneNumberTypeCopyright © 2022. All rights reserved.