Uses of Class
com.xero.models.payrolluk.PayRunCalendar.CalendarTypeEnum
-
Packages that use PayRunCalendar.CalendarTypeEnum Package Description com.xero.models.payrolluk -
-
Uses of PayRunCalendar.CalendarTypeEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return PayRunCalendar.CalendarTypeEnum Modifier and Type Method Description static PayRunCalendar.CalendarTypeEnumPayRunCalendar.CalendarTypeEnum. fromValue(String value)fromValuePayRunCalendar.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.payrolluk with parameters of type PayRunCalendar.CalendarTypeEnum Modifier and Type Method Description PayRunCalendarPayRunCalendar. calendarType(PayRunCalendar.CalendarTypeEnum calendarType)Type of the calendarvoidPayRunCalendar. setCalendarType(PayRunCalendar.CalendarTypeEnum calendarType)Type of the calendar
-