Package software.xdev.brevo.model
Class GetInboundEmailEventsByUuid
java.lang.Object
software.xdev.brevo.model.GetInboundEmailEventsByUuid
GetInboundEmailEventsByUuid
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttachmentsItem(GetInboundEmailEventsByUuidAttachmentsInner attachmentsItem) attachments(List<GetInboundEmailEventsByUuidAttachmentsInner> attachments) deliveredAt(OffsetDateTime deliveredAt) booleanList of attachments of the email.Date when email was delivered successfully to client’s webhookorg.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>getLogs()List of events/logs that describe the lifecycle of the email on SIB platformValue of the Message-ID header.Date when email was received on SMTP relayRecipient’s email addressSender’s email addressValue of the Subject header.inthashCode()receivedAt(OffsetDateTime receivedAt) voidsetAttachments(List<GetInboundEmailEventsByUuidAttachmentsInner> attachments) voidsetDeliveredAt(OffsetDateTime deliveredAt) voidsetDeliveredAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> deliveredAt) voidvoidsetMessageId(String messageId) voidsetReceivedAt(OffsetDateTime receivedAt) voidsetRecipient(String recipient) voidvoidsetSubject(String subject) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_RECEIVED_AT
- See Also:
-
JSON_PROPERTY_DELIVERED_AT
- See Also:
-
JSON_PROPERTY_RECIPIENT
- See Also:
-
JSON_PROPERTY_SENDER
- See Also:
-
JSON_PROPERTY_MESSAGE_ID
- See Also:
-
JSON_PROPERTY_SUBJECT
- See Also:
-
JSON_PROPERTY_ATTACHMENTS
- See Also:
-
JSON_PROPERTY_LOGS
- See Also:
-
-
Constructor Details
-
GetInboundEmailEventsByUuid
public GetInboundEmailEventsByUuid()
-
-
Method Details
-
receivedAt
-
getReceivedAt
Date when email was received on SMTP relay- Returns:
- receivedAt
-
setReceivedAt
-
deliveredAt
-
getDeliveredAt
Date when email was delivered successfully to client’s webhook- Returns:
- deliveredAt
-
getDeliveredAt_JsonNullable
-
setDeliveredAt_JsonNullable
public void setDeliveredAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> deliveredAt) -
setDeliveredAt
-
recipient
-
getRecipient
Recipient’s email address- Returns:
- recipient
-
setRecipient
-
sender
-
getSender
Sender’s email address- Returns:
- sender
-
setSender
-
messageId
-
getMessageId
Value of the Message-ID header. This will be present only after the processing is done.- Returns:
- messageId
-
setMessageId
-
subject
-
getSubject
Value of the Subject header. This will be present only after the processing is done.- Returns:
- subject
-
setSubject
-
attachments
public GetInboundEmailEventsByUuid attachments(@Nullable List<GetInboundEmailEventsByUuidAttachmentsInner> attachments) -
addAttachmentsItem
public GetInboundEmailEventsByUuid addAttachmentsItem(GetInboundEmailEventsByUuidAttachmentsInner attachmentsItem) -
getAttachments
List of attachments of the email. This will be present only after the processing is done.- Returns:
- attachments
-
setAttachments
-
logs
-
addLogsItem
-
getLogs
List of events/logs that describe the lifecycle of the email on SIB platform- Returns:
- logs
-
setLogs
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-