Uses of Class
software.xdev.brevo.model.Note
Packages that use Note
-
Uses of Note in software.xdev.brevo.api
Methods in software.xdev.brevo.api that return NoteModifier and TypeMethodDescriptionNotesApi.crmNotesIdGet(String id) Get a noteNotesApi.crmNotesIdGet(String id, Map<String, String> additionalHeaders) Get a noteMethods in software.xdev.brevo.api that return types with arguments of type NoteModifier and TypeMethodDescriptionNotesApi.crmNotesGet(String entity, String entityIds, Integer dateFrom, Integer dateTo, Long offset, Long limit, String sort) Get all notesNotesApi.crmNotesGet(String entity, String entityIds, Integer dateFrom, Integer dateTo, Long offset, Long limit, String sort, Map<String, String> additionalHeaders) Get all notes -
Uses of Note in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return NoteModifier and TypeMethodDescriptionNote.addContactIdsItem(Integer contactIdsItem) Note.addDealIdsItem(String dealIdsItem) Note.contactIds(List<Integer> contactIds) Note.createdAt(OffsetDateTime createdAt) Note.updatedAt(OffsetDateTime updatedAt)