Package com.bandwidth.voice.bxml.verbs
Class PhoneNumber
- java.lang.Object
-
- com.bandwidth.voice.bxml.verbs.PhoneNumber
-
public class PhoneNumber extends 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 String
fallbackPassword
protected String
fallbackUsername
protected String
password
(optional) The password to send in the HTTP request to transferAnswerUrl.protected Method
transferAnswerFallbackMethod
protected URI
transferAnswerFallbackUrl
static String
TYPE_NAME
protected String
username
(optional) The username to send in the HTTP request to transferAnswerUrl.
-
Constructor Summary
Constructors Constructor Description PhoneNumber()
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
username
protected String username
(optional) The username to send in the HTTP request to transferAnswerUrl.
-
password
protected String password
(optional) The password to send in the HTTP request to transferAnswerUrl.
-
fallbackUsername
protected String fallbackUsername
-
fallbackPassword
protected String fallbackPassword
-
transferAnswerFallbackUrl
protected URI transferAnswerFallbackUrl
-
transferAnswerFallbackMethod
protected Method transferAnswerFallbackMethod
-
-