Interface DestinationMxp
- All Superinterfaces:
CallInformationFrom
,CallInformationTo
,Destination
,DestinationConference
,DestinationCustom
,DestinationTextToSpeech
public interface DestinationMxp
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 DestinationMxp.Builder
builder()
Getting builderstatic DestinationMxp
Static builder helperFor typeuserName
the value is the username for a data endpoint.
-
Method Details
-
from
Static builder helper -
getEndpoint
String getEndpoint()For typeuserName
the value is the username for a data endpoint.- Returns:
- endpoint
-
builder
Getting builder- Returns:
- New Builder instance
-