Enum TimeEntry.StatusEnum

java.lang.Object
java.lang.Enum<TimeEntry.StatusEnum>
com.xero.models.project.TimeEntry.StatusEnum
All Implemented Interfaces:
Serializable, Comparable<TimeEntry.StatusEnum>, java.lang.constant.Constable
Enclosing class:
TimeEntry

public static enum TimeEntry.StatusEnum extends Enum<TimeEntry.StatusEnum>
Status of the time entry. By default a time entry is created with status of `ACTIVE`. A `LOCKED` state indicates that the time entry is currently changing state (for example being invoiced). Updates are not allowed when in this state. It will have a status of INVOICED once it is invoiced.