Uses of Enum
com.xero.models.payrolluk.PayRun.CalendarTypeEnum
Packages that use PayRun.CalendarTypeEnum
-
Uses of PayRun.CalendarTypeEnum in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return PayRun.CalendarTypeEnumModifier and TypeMethodDescriptionstatic PayRun.CalendarTypeEnumfromValuePayRun.getCalendarType()Calendar type of the pay runstatic PayRun.CalendarTypeEnumReturns 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.CalendarTypeEnumModifier and TypeMethodDescriptionPayRun.calendarType(PayRun.CalendarTypeEnum calendarType) Calendar type of the pay runvoidPayRun.setCalendarType(PayRun.CalendarTypeEnum calendarType) Calendar type of the pay run