Uses of Class
com.xero.models.accounting.Schedule.UnitEnum
-
Packages that use Schedule.UnitEnum Package Description com.xero.models.accounting -
-
Uses of Schedule.UnitEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Schedule.UnitEnum Modifier and Type Method Description static Schedule.UnitEnumSchedule.UnitEnum. fromValue(String value)fromValueSchedule.UnitEnumSchedule. getUnit()One of the following - WEEKLY or MONTHLYstatic Schedule.UnitEnumSchedule.UnitEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Schedule.UnitEnum[]Schedule.UnitEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.accounting with parameters of type Schedule.UnitEnum Modifier and Type Method Description voidSchedule. setUnit(Schedule.UnitEnum unit)One of the following - WEEKLY or MONTHLYScheduleSchedule. unit(Schedule.UnitEnum unit)One of the following - WEEKLY or MONTHLY
-