Uses of Class
com.xero.models.accounting.Account.StatusEnum
-
Packages that use Account.StatusEnum Package Description com.xero.models.accounting -
-
Uses of Account.StatusEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Account.StatusEnum Modifier and Type Method Description static Account.StatusEnumAccount.StatusEnum. fromValue(String value)fromValueAccount.StatusEnumAccount. getStatus()Accounts with a status of ACTIVE can be updated to ARCHIVED.static Account.StatusEnumAccount.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Account.StatusEnum[]Account.StatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.accounting with parameters of type Account.StatusEnum Modifier and Type Method Description voidAccount. setStatus(Account.StatusEnum status)Accounts with a status of ACTIVE can be updated to ARCHIVED.AccountAccount. status(Account.StatusEnum status)Accounts with a status of ACTIVE can be updated to ARCHIVED.
-