Uses of Class
com.xero.models.project.TimeEntry.StatusEnum
| Package | Description |
|---|---|
| com.xero.models.project |
-
Uses of TimeEntry.StatusEnum in com.xero.models.project
Methods in com.xero.models.project that return TimeEntry.StatusEnum Modifier and Type Method Description static TimeEntry.StatusEnumTimeEntry.StatusEnum. fromValue(String value)TimeEntry.StatusEnumTimeEntry. getStatus()Status of the time entry.static TimeEntry.StatusEnumTimeEntry.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.Methods in com.xero.models.project with parameters of type TimeEntry.StatusEnum Modifier and Type Method Description voidTimeEntry. setStatus(TimeEntry.StatusEnum status)TimeEntryTimeEntry. status(TimeEntry.StatusEnum status)