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