Uses of Enum
com.xero.models.project.TimeEntry.StatusEnum
Packages that use TimeEntry.StatusEnum
-
Uses of TimeEntry.StatusEnum in com.xero.models.project
Methods in com.xero.models.project that return TimeEntry.StatusEnumModifier and TypeMethodDescriptionstatic TimeEntry.StatusEnumfromValueTimeEntry.getStatus()Status of the time entry.static TimeEntry.StatusEnumReturns 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.StatusEnumModifier and TypeMethodDescriptionvoidTimeEntry.setStatus(TimeEntry.StatusEnum status) Status of the time entry.TimeEntry.status(TimeEntry.StatusEnum status) Status of the time entry.