Uses of Enum
com.xero.models.accounting.Journal.SourceTypeEnum
Packages that use Journal.SourceTypeEnum
-
Uses of Journal.SourceTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Journal.SourceTypeEnumModifier and TypeMethodDescriptionstatic Journal.SourceTypeEnumfromValueJournal.getSourceType()The journal source type.static Journal.SourceTypeEnumReturns the enum constant of this type with the specified name.static Journal.SourceTypeEnum[]Journal.SourceTypeEnum.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 Journal.SourceTypeEnumModifier and TypeMethodDescriptionvoidJournal.setSourceType(Journal.SourceTypeEnum sourceType) The journal source type.Journal.sourceType(Journal.SourceTypeEnum sourceType) The journal source type.