Uses of Class
com.xero.models.payrollau.CalendarType
-
Packages that use CalendarType Package Description com.xero.models.payrollau -
-
Uses of CalendarType in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return CalendarType Modifier and Type Method Description static CalendarTypeCalendarType. fromValue(String value)fromValueCalendarTypePayrollCalendar. 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.payrollau with parameters of type CalendarType Modifier and Type Method Description PayrollCalendarPayrollCalendar. calendarType(CalendarType calendarType)calendarTypevoidPayrollCalendar. setCalendarType(CalendarType calendarType)calendarType
-