Interface ActiveNumberUpdateRequest
public interface ActiveNumberUpdateRequest
The phone number that has been rented by a customer and assigned to a project.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderThe active number's callback URL to be called for provisioning / deprovisioning updatesUser supplied name for the phone number.Get smsConfigurationGet voiceConfiguration
-
Method Details
-
getDisplayName
String getDisplayName()User supplied name for the phone number.- Returns:
- displayName
-
getSmsConfiguration
SmsConfiguration getSmsConfiguration()Get smsConfiguration- Returns:
- smsConfiguration
-
getVoiceConfiguration
VoiceConfiguration getVoiceConfiguration()Get voiceConfiguration- Returns:
- voiceConfiguration
-
getCallbackUrl
String getCallbackUrl()The active number's callback URL to be called for provisioning / deprovisioning updates- Returns:
- callbackUrl
-
builder
Getting builder- Returns:
- New Builder instance
-