Uses of Enum Class
io.debezium.ibmi.db2.journal.retrieve.RetrievalCriteria.JournalEntryType
Packages that use RetrievalCriteria.JournalEntryType
-
Uses of RetrievalCriteria.JournalEntryType in io.debezium.ibmi.db2.journal.retrieve
Fields in io.debezium.ibmi.db2.journal.retrieve declared as RetrievalCriteria.JournalEntryTypeModifier and TypeFieldDescriptionprivate RetrievalCriteria.JournalEntryType[]ParameterListBuilder.journalEntryTypesprivate static final RetrievalCriteria.JournalEntryType[]RetrieveJournal.REQURED_ENTRY_TYPESMethods in io.debezium.ibmi.db2.journal.retrieve that return RetrievalCriteria.JournalEntryTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RetrievalCriteria.JournalEntryType[]RetrievalCriteria.JournalEntryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.debezium.ibmi.db2.journal.retrieve with parameters of type RetrievalCriteria.JournalEntryTypeModifier and TypeMethodDescriptionParameterListBuilder.filterJournalEntryType(RetrievalCriteria.JournalEntryType[] journalEntryTypes) voidRetrievalCriteria.withEntTyp(RetrievalCriteria.JournalEntryType[] range) Add retrieval criteria 08: journal entry types.ParameterListBuilder.withJournalEntryType(RetrievalCriteria.JournalEntryType type)