Uses of Class
com.xero.models.accounting.Journals
Packages that use Journals
-
Uses of Journals in com.xero.api.client
Methods in com.xero.api.client that return JournalsModifier and TypeMethodDescriptionAccountingApi.getJournal(String accessToken, String xeroTenantId, UUID journalID) Retrieves a specific journal using a unique journal Id.AccountingApi.getJournalByNumber(String accessToken, String xeroTenantId, Integer journalNumber) Retrieves a specific journal using a unique journal number.AccountingApi.getJournals(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, Integer offset, Boolean paymentsOnly) Retrieves journals -
Uses of Journals in com.xero.models.accounting
Methods in com.xero.models.accounting that return JournalsModifier and TypeMethodDescriptionJournals.addJournalsItem(Journal journalsItem) journalsJournals.addWarningsItem(ValidationError warningsItem) Displays array of warning messages from the APIjournalsJournals.warnings(List<ValidationError> warnings) Displays array of warning messages from the API