Uses of Class
org.duracloud.account.db.model.AccountInfo.AccountStatus
-
Packages that use AccountInfo.AccountStatus Package Description org.duracloud.account.db.model -
-
Uses of AccountInfo.AccountStatus in org.duracloud.account.db.model
Methods in org.duracloud.account.db.model that return AccountInfo.AccountStatus Modifier and Type Method Description AccountInfo.AccountStatusAccountInfo. getStatus()static AccountInfo.AccountStatusAccountInfo.AccountStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountInfo.AccountStatus[]AccountInfo.AccountStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.duracloud.account.db.model with parameters of type AccountInfo.AccountStatus Modifier and Type Method Description voidAccountInfo. setStatus(AccountInfo.AccountStatus status)
-