Uses of Class
com.xero.models.payrollnz.PayRunCalendar.CalendarTypeEnum
| Package | Description |
|---|---|
| com.xero.models.payrollnz |
-
Uses of PayRunCalendar.CalendarTypeEnum in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return PayRunCalendar.CalendarTypeEnum Modifier and Type Method Description static PayRunCalendar.CalendarTypeEnumPayRunCalendar.CalendarTypeEnum. fromValue(String value)PayRunCalendar.CalendarTypeEnumPayRunCalendar. getCalendarType()Type of the calendarstatic PayRunCalendar.CalendarTypeEnumPayRunCalendar.CalendarTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PayRunCalendar.CalendarTypeEnum[]PayRunCalendar.CalendarTypeEnum. 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 PayRunCalendar.CalendarTypeEnum Modifier and Type Method Description PayRunCalendarPayRunCalendar. calendarType(PayRunCalendar.CalendarTypeEnum calendarType)voidPayRunCalendar. setCalendarType(PayRunCalendar.CalendarTypeEnum calendarType)