Class Gather

java.lang.Object
com.bandwidth.voice.bxml.verbs.Gather
All Implemented Interfaces:
Verb

public class Gather
extends java.lang.Object
implements Verb
The Gather verb is used to collect digits for some period of time.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  Gather.GatherBuilder  
  • Field Summary

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

    Constructors 
    Constructor Description
    Gather()  
  • 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 gatherUrl.
    • password

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