public static interface PhoneNumber.Builder extends SdkPojo, CopyableBuilder<PhoneNumber.Builder,PhoneNumber>
| Modifier and Type | Method and Description |
|---|---|
PhoneNumber.Builder |
primary(Boolean primary)
A Boolean value representing whether this is the primary phone number for the associated resource.
|
PhoneNumber.Builder |
type(String type)
A string representing the type of a phone number.
|
PhoneNumber.Builder |
value(String value)
A string containing a phone number.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPhoneNumber.Builder value(String value)
A string containing a phone number. For example, "8675309" or "+1 (800) 123-4567".
value - A string containing a phone number. For example, "8675309" or "+1 (800) 123-4567".PhoneNumber.Builder type(String type)
A string representing the type of a phone number. For example, "Mobile."
type - A string representing the type of a phone number. For example, "Mobile."PhoneNumber.Builder primary(Boolean primary)
A Boolean value representing whether this is the primary phone number for the associated resource.
primary - A Boolean value representing whether this is the primary phone number for the associated resource.Copyright © 2023. All rights reserved.