| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static Account.StatusEnum |
Account.StatusEnum.fromValue(String text) |
Account.StatusEnum |
Account.getStatus()
Accounts with a status of ACTIVE can be updated to ARCHIVED.
|
static Account.StatusEnum |
Account.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Account.setStatus(Account.StatusEnum status) |
Account |
Account.status(Account.StatusEnum status) |
Copyright © 2018. All rights reserved.