Package | Description |
---|---|
com.twilio.sdk.reader.api.v2010 | |
com.twilio.sdk.resource.api.v2010 | |
com.twilio.sdk.updater.api.v2010 |
Modifier and Type | Method and Description |
---|---|
AccountReader |
AccountReader.byStatus(Account.Status status)
Only show accounts with the given Status.
|
Modifier and Type | Method and Description |
---|---|
static Account.Status |
Account.Status.forValue(String value) |
Account.Status |
Account.getStatus()
Returns The The status of this account.
|
static Account.Status |
Account.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Account.Status[] |
Account.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AccountUpdater |
AccountUpdater.setStatus(Account.Status status)
Alter the status of this account with a given Status.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.