Uses of Class
com.xero.models.payrollau.TimesheetStatus
-
Packages that use TimesheetStatus Package Description com.xero.models.payrollau -
-
Uses of TimesheetStatus in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return TimesheetStatus Modifier and Type Method Description static TimesheetStatusTimesheetStatus. fromValue(String value)fromValueTimesheetStatusTimesheet. getStatus()Get statusstatic TimesheetStatusTimesheetStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TimesheetStatus[]TimesheetStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrollau with parameters of type TimesheetStatus Modifier and Type Method Description voidTimesheet. setStatus(TimesheetStatus status)statusTimesheetTimesheet. status(TimesheetStatus status)status
-