Package com.nexmo.client.voice
Class TransferCallPayload
- java.lang.Object
-
- com.nexmo.client.voice.ModifyCallPayload
-
- com.nexmo.client.voice.TransferCallPayload
-
public class TransferCallPayload extends ModifyCallPayload
Extension of ModifyCallPayload which adds an NCCO destination to the serialized form.
-
-
Constructor Summary
Constructors Constructor Description TransferCallPayload(java.lang.String nccoUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransferDestinationgetDestination()-
Methods inherited from class com.nexmo.client.voice.ModifyCallPayload
getAction, setAction
-
-
-
-
Constructor Detail
-
TransferCallPayload
public TransferCallPayload(java.lang.String nccoUrl)
-
-
Method Detail
-
getDestination
public TransferDestination getDestination()
-
-