| Package | Description |
|---|---|
| org.swiftsms.model |
| Modifier and Type | Method and Description |
|---|---|
Network |
Account.getOperator() |
static Network |
Network.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Network[] |
Network.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Account.setOperator(Network operator) |
| Constructor and Description |
|---|
Account(String mobileNumber,
String accountName,
String pwd,
Network operator) |
Copyright © 2015. All rights reserved.