Interface DestinationPstn
- All Superinterfaces:
CallInformationFrom
,CallInformationTo
,Destination
,DestinationConference
,DestinationCustom
,DestinationTextToSpeech
public interface DestinationPstn
extends Destination, DestinationConference, DestinationCustom, DestinationTextToSpeech, CallInformationFrom, CallInformationTo
The type of device and number or endpoint to call.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DestinationPstn.Builder
builder()
Getting builderstatic DestinationPstn
Static builder helperIf the type isnumber
the value of the endpoint is a phone number.
-
Method Details
-
from
Static builder helper -
getEndpoint
String getEndpoint()If the type isnumber
the value of the endpoint is a phone number.- Returns:
- endpoint
-
builder
Getting builder- Returns:
- New Builder instance
-