Class PhoneNumber

java.lang.Object
com.bandwidth.voice.bxml.verbs.PhoneNumber

public class PhoneNumber
extends java.lang.Object
Object representation of a Phonenumber
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  PhoneNumber.PhoneNumberBuilder  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String password
    (optional) The password to send in the HTTP request to transferAnswerUrl.
    static java.lang.String TYPE_NAME  
    protected java.lang.String username
    (optional) The username to send in the HTTP request to transferAnswerUrl.
  • Constructor Summary

    Constructors 
    Constructor Description
    PhoneNumber()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • TYPE_NAME

      public static final java.lang.String TYPE_NAME
      See Also:
      Constant Field Values
    • username

      protected java.lang.String username
      (optional) The username to send in the HTTP request to transferAnswerUrl.
    • password

      protected java.lang.String password
      (optional) The password to send in the HTTP request to transferAnswerUrl.
  • Constructor Details