Uses of Class
com.xero.models.accounting.Journal.SourceTypeEnum
| Package | Description |
|---|---|
| com.xero.models.accounting |
-
Uses of Journal.SourceTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Journal.SourceTypeEnum Modifier and Type Method Description static Journal.SourceTypeEnumJournal.SourceTypeEnum. fromValue(String value)Journal.SourceTypeEnumJournal. getSourceType()The journal source type.static Journal.SourceTypeEnumJournal.SourceTypeEnum. valueOf(String name)Returns 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.SourceTypeEnum Modifier and Type Method Description voidJournal. setSourceType(Journal.SourceTypeEnum sourceType)JournalJournal. sourceType(Journal.SourceTypeEnum sourceType)