Uses of Class
com.xero.models.payrolluk.PayRun.CalendarTypeEnum
-
Packages that use PayRun.CalendarTypeEnum Package Description com.xero.models.payrolluk -
-
Uses of PayRun.CalendarTypeEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return PayRun.CalendarTypeEnum Modifier and Type Method Description static PayRun.CalendarTypeEnumPayRun.CalendarTypeEnum. fromValue(String value)fromValuePayRun.CalendarTypeEnumPayRun. getCalendarType()Calendar type of the pay runstatic PayRun.CalendarTypeEnumPayRun.CalendarTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PayRun.CalendarTypeEnum[]PayRun.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 PayRun.CalendarTypeEnum Modifier and Type Method Description PayRunPayRun. calendarType(PayRun.CalendarTypeEnum calendarType)Calendar type of the pay runvoidPayRun. setCalendarType(PayRun.CalendarTypeEnum calendarType)Calendar type of the pay run
-