public static interface PhoneNumberCapabilities.Builder extends SdkPojo, CopyableBuilder<PhoneNumberCapabilities.Builder,PhoneNumberCapabilities>
| Modifier and Type | Method and Description |
|---|---|
PhoneNumberCapabilities.Builder |
inboundCall(Boolean inboundCall)
Allows or denies inbound calling for the specified phone number.
|
PhoneNumberCapabilities.Builder |
inboundMMS(Boolean inboundMMS)
Allows or denies inbound MMS messaging for the specified phone number.
|
PhoneNumberCapabilities.Builder |
inboundSMS(Boolean inboundSMS)
Allows or denies inbound SMS messaging for the specified phone number.
|
PhoneNumberCapabilities.Builder |
outboundCall(Boolean outboundCall)
Allows or denies outbound calling for the specified phone number.
|
PhoneNumberCapabilities.Builder |
outboundMMS(Boolean outboundMMS)
Allows or denies outbound MMS messaging for the specified phone number.
|
PhoneNumberCapabilities.Builder |
outboundSMS(Boolean outboundSMS)
Allows or denies outbound SMS messaging for the specified phone number.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPhoneNumberCapabilities.Builder inboundCall(Boolean inboundCall)
Allows or denies inbound calling for the specified phone number.
inboundCall - Allows or denies inbound calling for the specified phone number.PhoneNumberCapabilities.Builder outboundCall(Boolean outboundCall)
Allows or denies outbound calling for the specified phone number.
outboundCall - Allows or denies outbound calling for the specified phone number.PhoneNumberCapabilities.Builder inboundSMS(Boolean inboundSMS)
Allows or denies inbound SMS messaging for the specified phone number.
inboundSMS - Allows or denies inbound SMS messaging for the specified phone number.PhoneNumberCapabilities.Builder outboundSMS(Boolean outboundSMS)
Allows or denies outbound SMS messaging for the specified phone number.
outboundSMS - Allows or denies outbound SMS messaging for the specified phone number.PhoneNumberCapabilities.Builder inboundMMS(Boolean inboundMMS)
Allows or denies inbound MMS messaging for the specified phone number.
inboundMMS - Allows or denies inbound MMS messaging for the specified phone number.PhoneNumberCapabilities.Builder outboundMMS(Boolean outboundMMS)
Allows or denies outbound MMS messaging for the specified phone number.
outboundMMS - Allows or denies outbound MMS messaging for the specified phone number.Copyright © 2023. All rights reserved.