Uses of Enum
com.xero.models.accounting.Schedule.UnitEnum
Packages that use Schedule.UnitEnum
-
Uses of Schedule.UnitEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Schedule.UnitEnumModifier and TypeMethodDescriptionstatic Schedule.UnitEnumfromValueSchedule.getUnit()One of the following - WEEKLY or MONTHLYstatic Schedule.UnitEnumReturns 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.UnitEnumModifier and TypeMethodDescriptionvoidSchedule.setUnit(Schedule.UnitEnum unit) One of the following - WEEKLY or MONTHLYSchedule.unit(Schedule.UnitEnum unit) One of the following - WEEKLY or MONTHLY