| Package | Description |
|---|---|
| com.messagebird.objects.voicecalls |
| Modifier and Type | Field and Description |
|---|---|
VoiceLegDirection |
VoiceCallLeg.direction |
| Modifier and Type | Method and Description |
|---|---|
static VoiceLegDirection |
VoiceLegDirection.forValue(String value) |
static VoiceLegDirection |
VoiceLegDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VoiceLegDirection[] |
VoiceLegDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
VoiceCallLeg(String id,
String callID,
String source,
String destination,
VoiceLegStatus status,
VoiceLegDirection direction,
BigDecimal cost,
String currency,
int duration,
Date createdAt,
Date updatedAt,
Date answeredAt,
Date endedAt,
SipResponseCode sipResponseCode) |
Copyright © 2024. All rights reserved.