public class VoiceCall extends Object implements MessageBase, Serializable
| Constructor and Description |
|---|
VoiceCall() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
The body of the SMS message.
|
VoiceCallFlow |
getCallFlow() |
String |
getDestination() |
String |
getRecipients()
The list of recipients msisdn's.
|
String |
getReference() |
Date |
getScheduledDatetime()
The scheduled date and time of the message
|
String |
getSource() |
Webhook |
getWebhook() |
String |
getWebhookToken()
Deprecated.
|
String |
getWebhookUrl()
Deprecated.
|
void |
setCallFlow(VoiceCallFlow callFlow) |
void |
setDestination(String destination) |
void |
setSource(String source) |
void |
setWebhook(String url) |
void |
setWebhook(String url,
String token) |
void |
setWebhookToken(String webhookToken)
Deprecated.
|
void |
setWebhookUrl(String webhookUrl)
Deprecated.
|
String |
toString() |
public String getBody()
MessageBasegetBody in interface MessageBasepublic String getRecipients()
MessageBasegetRecipients in interface MessageBasepublic String getReference()
getReference in interface MessageBasepublic Date getScheduledDatetime()
MessageBasegetScheduledDatetime in interface MessageBasepublic String getSource()
public void setSource(String source)
public String getDestination()
public void setDestination(String destination)
public VoiceCallFlow getCallFlow()
public void setCallFlow(VoiceCallFlow callFlow)
public Webhook getWebhook()
public void setWebhook(String url)
@Deprecated public String getWebhookUrl()
@Deprecated public void setWebhookUrl(String webhookUrl)
@Deprecated public String getWebhookToken()
@Deprecated public void setWebhookToken(String webhookToken)
Copyright © 2024. All rights reserved.