Interface ActiveNumberUpdateRequest


public interface ActiveNumberUpdateRequest
The phone number that has been rented by a customer and assigned to a project.
  • 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