Uses of Class
com.xero.models.payrollnz.CalendarType
-
Packages that use CalendarType Package Description com.xero.models.payrollnz -
-
Uses of CalendarType in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return CalendarType Modifier and Type Method Description static CalendarTypeCalendarType. fromValue(String value)fromValueCalendarTypePayRun. getCalendarType()Get calendarTypeCalendarTypePayRunCalendar. getCalendarType()Get calendarTypestatic CalendarTypeCalendarType. valueOf(String name)Returns 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 CalendarType Modifier and Type Method Description PayRunPayRun. calendarType(CalendarType calendarType)calendarTypePayRunCalendarPayRunCalendar. calendarType(CalendarType calendarType)calendarTypevoidPayRun. setCalendarType(CalendarType calendarType)calendarTypevoidPayRunCalendar. setCalendarType(CalendarType calendarType)calendarType
-