Uses of Class
com.xero.models.payrolluk.EmployeeStatutoryLeaveSummary.StatusEnum
-
Packages that use EmployeeStatutoryLeaveSummary.StatusEnum Package Description com.xero.models.payrolluk -
-
Uses of EmployeeStatutoryLeaveSummary.StatusEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return EmployeeStatutoryLeaveSummary.StatusEnum Modifier and Type Method Description static EmployeeStatutoryLeaveSummary.StatusEnumEmployeeStatutoryLeaveSummary.StatusEnum. fromValue(String value)fromValueEmployeeStatutoryLeaveSummary.StatusEnumEmployeeStatutoryLeaveSummary. getStatus()The status of the leavestatic EmployeeStatutoryLeaveSummary.StatusEnumEmployeeStatutoryLeaveSummary.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EmployeeStatutoryLeaveSummary.StatusEnum[]EmployeeStatutoryLeaveSummary.StatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.payrolluk with parameters of type EmployeeStatutoryLeaveSummary.StatusEnum Modifier and Type Method Description voidEmployeeStatutoryLeaveSummary. setStatus(EmployeeStatutoryLeaveSummary.StatusEnum status)The status of the leaveEmployeeStatutoryLeaveSummaryEmployeeStatutoryLeaveSummary. status(EmployeeStatutoryLeaveSummary.StatusEnum status)The status of the leave
-