public static interface PhoneNumber.Builder extends SdkPojo, CopyableBuilder<PhoneNumber.Builder,PhoneNumber>
| Modifier and Type | Method and Description |
|---|---|
PhoneNumber.Builder |
number(String number)
The raw value of the phone number.
|
PhoneNumber.Builder |
type(PhoneNumberType type)
The type of the phone number.
|
PhoneNumber.Builder |
type(String type)
The type of the phone number.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPhoneNumber.Builder number(String number)
The raw value of the phone number.
number - The raw value of the phone number.PhoneNumber.Builder type(String type)
The type of the phone number.
type - The type of the phone number.PhoneNumberType,
PhoneNumberTypePhoneNumber.Builder type(PhoneNumberType type)
The type of the phone number.
type - The type of the phone number.PhoneNumberType,
PhoneNumberTypeCopyright © 2023. All rights reserved.