| Package | Description |
|---|---|
| org.restcomm.connect.dao.entities |
| Modifier and Type | Method and Description |
|---|---|
SmsMessage.Direction |
SmsMessage.getDirection() |
static SmsMessage.Direction |
SmsMessage.Direction.getDirectionValue(String text) |
static SmsMessage.Direction |
SmsMessage.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmsMessage.Direction[] |
SmsMessage.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SmsMessage.Builder.setDirection(SmsMessage.Direction direction) |
| Constructor and Description |
|---|
SmsMessage(Sid sid,
org.joda.time.DateTime dateCreated,
org.joda.time.DateTime dateUpdated,
org.joda.time.DateTime dateSent,
Sid accountSid,
String sender,
String recipient,
String body,
SmsMessage.Status status,
SmsMessage.Direction direction,
BigDecimal price,
Currency priceUnit,
String apiVersion,
URI uri) |
Copyright © 2017. All Rights Reserved.