Uses of Class
com.sinch.sdk.domains.voice.models.Destination
Package
Description
Voice API related models
Voice API requests related models
Voice API specific responses related models
Sinch Voice Application Markup Language (SVAML) related models
Voice API webhooks related models
-
Uses of Destination in com.sinch.sdk.domains.voice.models
Modifier and TypeClassDescriptionclass
Destination of numbers typeclass
Destination of type SIPclass
Destination of type username for data endpoints. -
Uses of Destination in com.sinch.sdk.domains.voice.models.requests
Modifier and TypeMethodDescriptionCalloutRequestParameters.Builder.setDestination
(Destination destination) -
Uses of Destination in com.sinch.sdk.domains.voice.models.response
Modifier and TypeMethodDescriptionCallInformation.getFrom()
The caller informationCallInformation.getTo()
The callee informationModifier and TypeMethodDescriptionCallInformation.Builder.setFrom
(Destination from) CallInformation.Builder.setTo
(Destination to) -
Uses of Destination in com.sinch.sdk.domains.voice.models.svaml
Modifier and TypeMethodDescriptionActionConnectMxp.Builder.setDestination
(Destination destination) -
Uses of Destination in com.sinch.sdk.domains.voice.models.webhooks
Modifier and TypeMethodDescriptionDisconnectCallEvent.getTo()
Information about the recipient of the callIncomingCallEvent.getTo()
Information about the recipient of the callModifier and TypeMethodDescriptionDisconnectCallEvent.Builder.setTo
(Destination to) IncomingCallEvent.Builder.setTo
(Destination to)