Class AppEndpoint

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

public class AppEndpoint extends JsonableBaseObject implements Endpoint
Represents an app-to-app call type.
Since:
7.3.0
  • Constructor Details

  • Method Details

    • getUser

      public String getUser()
      The username of the user to connect to. This username must have been added as a user.
      Returns:
      The app user, 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.