Uses of Class
com.xero.models.payrollau.LeavePeriodStatus
-
Packages that use LeavePeriodStatus Package Description com.xero.models.payrollau -
-
Uses of LeavePeriodStatus in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return LeavePeriodStatus Modifier and Type Method Description static LeavePeriodStatusLeavePeriodStatus. fromValue(String value)fromValueLeavePeriodStatusLeavePeriod. getLeavePeriodStatus()Get leavePeriodStatusstatic LeavePeriodStatusLeavePeriodStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LeavePeriodStatus[]LeavePeriodStatus. 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 LeavePeriodStatus Modifier and Type Method Description LeavePeriodLeavePeriod. leavePeriodStatus(LeavePeriodStatus leavePeriodStatus)leavePeriodStatusvoidLeavePeriod. setLeavePeriodStatus(LeavePeriodStatus leavePeriodStatus)leavePeriodStatus
-