Uses of Class
com.xero.models.accounting.Journal
| Package | Description |
|---|---|
| com.xero.models.accounting |
-
Uses of Journal in com.xero.models.accounting
Methods in com.xero.models.accounting that return Journal Modifier and Type Method Description JournalJournal. addJournalLinesItem(JournalLine journalLinesItem)JournalJournal. journalDate(String journalDate)JournalJournal. journalID(UUID journalID)JournalJournal. journalLines(List<JournalLine> journalLines)JournalJournal. journalNumber(Integer journalNumber)JournalJournal. reference(String reference)JournalJournal. sourceID(UUID sourceID)JournalJournal. sourceType(Journal.SourceTypeEnum sourceType)Methods in com.xero.models.accounting that return types with arguments of type Journal Modifier and Type Method Description List<Journal>Journals. getJournals()Get journalsMethods in com.xero.models.accounting with parameters of type Journal Modifier and Type Method Description JournalsJournals. addJournalsItem(Journal journalsItem)Method parameters in com.xero.models.accounting with type arguments of type Journal Modifier and Type Method Description JournalsJournals. journals(List<Journal> journals)voidJournals. setJournals(List<Journal> journals)