| Package | Description |
|---|---|
| org.restcomm.connect.dao | |
| org.restcomm.connect.dao.entities |
| Modifier and Type | Method and Description |
|---|---|
static Account.Type |
DaoUtils.readAccountType(Object object) |
| Modifier and Type | Method and Description |
|---|---|
static String |
DaoUtils.writeAccountType(Account.Type type) |
| Modifier and Type | Method and Description |
|---|---|
Account.Type |
Account.getType() |
static Account.Type |
Account.Type.getValueOf(String text) |
static Account.Type |
Account.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Account.Type[] |
Account.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.setType(Account.Type type) |
void |
Account.Builder.setType(Account.Type type) |
| Constructor and Description |
|---|
Account(Sid sid,
org.joda.time.DateTime dateCreated,
org.joda.time.DateTime dateUpdated,
String emailAddress,
String friendlyName,
Sid parentSid,
Account.Type type,
Account.Status status,
String authToken,
String role,
URI uri) |
Copyright © 2017. All Rights Reserved.