| Package | Description |
|---|---|
| com.xero.models.payrollau |
| Modifier and Type | Method and Description |
|---|---|
static TimesheetStatus |
TimesheetStatus.fromValue(String value) |
TimesheetStatus |
Timesheet.getStatus()
Get status
|
static TimesheetStatus |
TimesheetStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimesheetStatus[] |
TimesheetStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Timesheet.setStatus(TimesheetStatus status) |
Timesheet |
Timesheet.status(TimesheetStatus status) |
Copyright © 2020. All rights reserved.