Uses of Class
com.xero.models.payrollnz.LeavePeriod.PeriodStatusEnum
| Package | Description |
|---|---|
| com.xero.models.payrollnz |
-
Uses of LeavePeriod.PeriodStatusEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz 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.payrollnz with parameters of type LeavePeriod.PeriodStatusEnum Modifier and Type Method Description LeavePeriodLeavePeriod. periodStatus(LeavePeriod.PeriodStatusEnum periodStatus)voidLeavePeriod. setPeriodStatus(LeavePeriod.PeriodStatusEnum periodStatus)