Uses of Class
com.xero.models.payrollnz.Timesheet.StatusEnum
-
Packages that use Timesheet.StatusEnum Package Description com.xero.models.payrollnz -
-
Uses of Timesheet.StatusEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return Timesheet.StatusEnum Modifier and Type Method Description static Timesheet.StatusEnumTimesheet.StatusEnum. fromValue(String value)fromValueTimesheet.StatusEnumTimesheet. getStatus()Status of the timesheetstatic Timesheet.StatusEnumTimesheet.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Timesheet.StatusEnum[]Timesheet.StatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrollnz with parameters of type Timesheet.StatusEnum Modifier and Type Method Description voidTimesheet. setStatus(Timesheet.StatusEnum status)Status of the timesheetTimesheetTimesheet. status(Timesheet.StatusEnum status)Status of the timesheet
-