Uses of Class
com.xero.models.payrolluk.LeavePeriod.PeriodStatusEnum
| Package | Description |
|---|---|
| com.xero.models.payrolluk |
-
Uses of LeavePeriod.PeriodStatusEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return LeavePeriod.PeriodStatusEnum Modifier and Type Method Description static LeavePeriod.PeriodStatusEnumLeavePeriod.PeriodStatusEnum. fromValue(String value)LeavePeriod.PeriodStatusEnumLeavePeriod. getPeriodStatus()Period Statusstatic LeavePeriod.PeriodStatusEnumLeavePeriod.PeriodStatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static LeavePeriod.PeriodStatusEnum[]LeavePeriod.PeriodStatusEnum. 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 LeavePeriod.PeriodStatusEnum Modifier and Type Method Description LeavePeriodLeavePeriod. periodStatus(LeavePeriod.PeriodStatusEnum periodStatus)voidLeavePeriod. setPeriodStatus(LeavePeriod.PeriodStatusEnum periodStatus)