| Package | Description |
|---|---|
| com.xero.models.payrolluk |
| Modifier and Type | Method and Description |
|---|---|
static SalaryAndWage.StatusEnum |
SalaryAndWage.StatusEnum.fromValue(String value) |
SalaryAndWage.StatusEnum |
SalaryAndWage.getStatus()
The current status of the corresponding salary and wages
|
static SalaryAndWage.StatusEnum |
SalaryAndWage.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SalaryAndWage.StatusEnum[] |
SalaryAndWage.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 |
SalaryAndWage.setStatus(SalaryAndWage.StatusEnum status) |
SalaryAndWage |
SalaryAndWage.status(SalaryAndWage.StatusEnum status) |
Copyright © 2020. All rights reserved.