| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static Employee.StatusEnum |
Employee.StatusEnum.fromValue(String text) |
Employee.StatusEnum |
Employee.getStatus()
Current status of an employee – see contact status types
|
static Employee.StatusEnum |
Employee.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Employee.StatusEnum[] |
Employee.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 |
Employee.setStatus(Employee.StatusEnum status) |
Employee |
Employee.status(Employee.StatusEnum status) |
Copyright © 2019. All rights reserved.