public static interface UpdatePhoneNumberRequestItem.Builder extends SdkPojo, CopyableBuilder<UpdatePhoneNumberRequestItem.Builder,UpdatePhoneNumberRequestItem>
| Modifier and Type | Method and Description |
|---|---|
UpdatePhoneNumberRequestItem.Builder |
callingName(String callingName)
The outbound calling name to update.
|
UpdatePhoneNumberRequestItem.Builder |
phoneNumberId(String phoneNumberId)
The phone number ID to update.
|
UpdatePhoneNumberRequestItem.Builder |
productType(PhoneNumberProductType productType)
The product type to update.
|
UpdatePhoneNumberRequestItem.Builder |
productType(String productType)
The product type to update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePhoneNumberRequestItem.Builder phoneNumberId(String phoneNumberId)
The phone number ID to update.
phoneNumberId - The phone number ID to update.UpdatePhoneNumberRequestItem.Builder productType(String productType)
The product type to update.
productType - The product type to update.PhoneNumberProductType,
PhoneNumberProductTypeUpdatePhoneNumberRequestItem.Builder productType(PhoneNumberProductType productType)
The product type to update.
productType - The product type to update.PhoneNumberProductType,
PhoneNumberProductTypeUpdatePhoneNumberRequestItem.Builder callingName(String callingName)
The outbound calling name to update.
callingName - The outbound calling name to update.Copyright © 2023. All rights reserved.