Uses of Enum
com.xero.models.payrollnz.CalendarType
Packages that use CalendarType
-
Uses of CalendarType in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return CalendarTypeModifier and TypeMethodDescriptionstatic CalendarTypefromValuePayRun.getCalendarType()Get calendarTypePayRunCalendar.getCalendarType()Get calendarTypestatic CalendarTypeReturns the enum constant of this type with the specified name.static CalendarType[]CalendarType.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 CalendarTypeModifier and TypeMethodDescriptionPayRun.calendarType(CalendarType calendarType) calendarTypePayRunCalendar.calendarType(CalendarType calendarType) calendarTypevoidPayRun.setCalendarType(CalendarType calendarType) calendarTypevoidPayRunCalendar.setCalendarType(CalendarType calendarType) calendarType