Uses of Class
com.xero.models.project.TimeEntry.StatusEnum
-
Packages that use 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)fromValueTimeEntry.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)Status of the time entry.TimeEntryTimeEntry. status(TimeEntry.StatusEnum status)Status of the time entry.
-