Uses of Class
com.xero.models.payrollnz.EmployeeStatutoryLeaveSummary.StatusEnum
-
Packages that use EmployeeStatutoryLeaveSummary.StatusEnum Package Description com.xero.models.payrollnz -
-
Uses of EmployeeStatutoryLeaveSummary.StatusEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz 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.payrollnz 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
-