Uses of Enum
com.xero.models.accounting.Account.StatusEnum
Packages that use Account.StatusEnum
-
Uses of Account.StatusEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Account.StatusEnumModifier and TypeMethodDescriptionstatic Account.StatusEnumfromValueAccount.getStatus()Accounts with a status of ACTIVE can be updated to ARCHIVED.static Account.StatusEnumReturns 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.StatusEnumModifier and TypeMethodDescriptionvoidAccount.setStatus(Account.StatusEnum status) Accounts with a status of ACTIVE can be updated to ARCHIVED.Account.status(Account.StatusEnum status) Accounts with a status of ACTIVE can be updated to ARCHIVED.