Class VbcEndpoint

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.voice.VbcEndpoint
All Implemented Interfaces:
Jsonable, Endpoint

public class VbcEndpoint extends JsonableBaseObject implements Endpoint
Represents a VBC call type.
Since:
7.3.0
  • Constructor Details

  • Method Details

    • getExtension

      public String getExtension()
      The extension to call.
      Returns:
      The VBC extension, or null if unset.
    • toLog

      public String toLog()
      Description copied from interface: Endpoint
      Description of the endpoint.
      Specified by:
      toLog in interface Endpoint
      Returns:
      String representation of the object.
    • getType

      public String getType()
      Description copied from interface: Endpoint
      Endpoint type name.
      Specified by:
      getType in interface Endpoint
      Returns:
      The type of endpoint as a string.