public static interface PhoneNumberInformation.Builder extends SdkPojo, CopyableBuilder<PhoneNumberInformation.Builder,PhoneNumberInformation>
Modifier and Type | Method and Description |
---|---|
PhoneNumberInformation.Builder |
createdAt(Instant createdAt)
The date and time when the phone number was created.
|
PhoneNumberInformation.Builder |
iso2CountryCode(String iso2CountryCode)
The two-character code for the country or region, in ISO 3166-1 alpha-2 format.
|
PhoneNumberInformation.Builder |
numberCapabilities(Collection<NumberCapability> numberCapabilities)
The capabilities of each phone number.
|
PhoneNumberInformation.Builder |
numberCapabilities(NumberCapability... numberCapabilities)
The capabilities of each phone number.
|
PhoneNumberInformation.Builder |
numberCapabilitiesWithStrings(Collection<String> numberCapabilities)
The capabilities of each phone number.
|
PhoneNumberInformation.Builder |
numberCapabilitiesWithStrings(String... numberCapabilities)
The capabilities of each phone number.
|
PhoneNumberInformation.Builder |
phoneNumber(String phoneNumber)
The phone number.
|
PhoneNumberInformation.Builder |
routeType(RouteType routeType)
The list of supported routes.
|
PhoneNumberInformation.Builder |
routeType(String routeType)
The list of supported routes.
|
PhoneNumberInformation.Builder |
status(String status)
The status of the phone number.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PhoneNumberInformation.Builder createdAt(Instant createdAt)
The date and time when the phone number was created.
createdAt
- The date and time when the phone number was created.PhoneNumberInformation.Builder phoneNumber(String phoneNumber)
The phone number.
phoneNumber
- The phone number.PhoneNumberInformation.Builder status(String status)
The status of the phone number.
status
- The status of the phone number.PhoneNumberInformation.Builder iso2CountryCode(String iso2CountryCode)
The two-character code for the country or region, in ISO 3166-1 alpha-2 format.
iso2CountryCode
- The two-character code for the country or region, in ISO 3166-1 alpha-2 format.PhoneNumberInformation.Builder routeType(String routeType)
The list of supported routes.
PhoneNumberInformation.Builder routeType(RouteType routeType)
The list of supported routes.
PhoneNumberInformation.Builder numberCapabilitiesWithStrings(Collection<String> numberCapabilities)
The capabilities of each phone number.
numberCapabilities
- The capabilities of each phone number.PhoneNumberInformation.Builder numberCapabilitiesWithStrings(String... numberCapabilities)
The capabilities of each phone number.
numberCapabilities
- The capabilities of each phone number.PhoneNumberInformation.Builder numberCapabilities(Collection<NumberCapability> numberCapabilities)
The capabilities of each phone number.
numberCapabilities
- The capabilities of each phone number.PhoneNumberInformation.Builder numberCapabilities(NumberCapability... numberCapabilities)
The capabilities of each phone number.
numberCapabilities
- The capabilities of each phone number.Copyright © 2022. All rights reserved.