Uses of Class
com.twilio.rest.api.v2010.Account.Status
-
Packages that use Account.Status Package Description com.twilio.rest.api.v2010 -
-
Uses of Account.Status in com.twilio.rest.api.v2010
Methods in com.twilio.rest.api.v2010 that return Account.Status Modifier and Type Method Description static Account.Status
Account.Status. forValue(String value)
Account.Status
Account. getStatus()
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.Methods in com.twilio.rest.api.v2010 with parameters of type Account.Status Modifier and Type Method Description AccountReader
AccountReader. setStatus(Account.Status status)
AccountUpdater
AccountUpdater. setStatus(Account.Status status)
-