Uses of Class
software.xdev.brevo.model.GetInboundEmailEventsByUuid
Packages that use GetInboundEmailEventsByUuid
-
Uses of GetInboundEmailEventsByUuid in software.xdev.brevo.api
Methods in software.xdev.brevo.api that return GetInboundEmailEventsByUuidModifier and TypeMethodDescriptionInboundParsingApi.getInboundEmailEventsByUuid(String uuid) Fetch all events history for one particular received email.InboundParsingApi.getInboundEmailEventsByUuid(String uuid, Map<String, String> additionalHeaders) Fetch all events history for one particular received email. -
Uses of GetInboundEmailEventsByUuid in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return GetInboundEmailEventsByUuidModifier and TypeMethodDescriptionGetInboundEmailEventsByUuid.addAttachmentsItem(GetInboundEmailEventsByUuidAttachmentsInner attachmentsItem) GetInboundEmailEventsByUuid.addLogsItem(GetInboundEmailEventsByUuidLogsInner logsItem) GetInboundEmailEventsByUuid.attachments(List<GetInboundEmailEventsByUuidAttachmentsInner> attachments) GetInboundEmailEventsByUuid.deliveredAt(OffsetDateTime deliveredAt) GetInboundEmailEventsByUuid.logs(List<GetInboundEmailEventsByUuidLogsInner> logs) GetInboundEmailEventsByUuid.receivedAt(OffsetDateTime receivedAt)