Uses of Class
com.xero.models.accounting.Journal
-
Packages that use 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)See JournalLinesJournalJournal. journalDate(String journalDate)Date the journal was postedJournalJournal. journalID(UUID journalID)Xero identifierJournalJournal. journalLines(List<JournalLine> journalLines)See JournalLinesJournalJournal. journalNumber(Integer journalNumber)Xero generated journal numberJournalJournal. reference(String reference)reference field for additional indetifying informationJournalJournal. sourceID(UUID sourceID)The identifier for the source transaction (e.g.JournalJournal. sourceType(Journal.SourceTypeEnum sourceType)The journal source type.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)journalsMethod parameters in com.xero.models.accounting with type arguments of type Journal Modifier and Type Method Description JournalsJournals. journals(List<Journal> journals)journalsvoidJournals. setJournals(List<Journal> journals)journals
-