Interface DestinationPstn

All Superinterfaces:
CallInformationFrom, CallInformationTo, Destination, DestinationConference, DestinationCustom, DestinationTextToSpeech

The type of device and number or endpoint to call.
  • Method Details

    • from

      static DestinationPstn from(String endPoint)
      Static builder helper
    • getEndpoint

      String getEndpoint()
      If the type is number the value of the endpoint is a phone number.
      Returns:
      endpoint
    • builder

      static DestinationPstn.Builder builder()
      Getting builder
      Returns:
      New Builder instance