| Package | Description |
|---|---|
| com.xero.models.payrollau |
| Modifier and Type | Method and Description |
|---|---|
static EmployeeStatus |
EmployeeStatus.fromValue(String value) |
EmployeeStatus |
Employee.getStatus()
Get status
|
static EmployeeStatus |
EmployeeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmployeeStatus[] |
EmployeeStatus.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(EmployeeStatus status) |
Employee |
Employee.status(EmployeeStatus status) |
Copyright © 2020. All rights reserved.