Package software.xdev.brevo.model
Class GetTransacEmailContent
java.lang.Object
software.xdev.brevo.model.GetTransacEmailContent
GetTransacEmailContent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEventsItem(GetTransacEmailContentEventsInner eventsItem) attachmentCount(Long attachmentCount) booleanevents(List<GetTransacEmailContentEventsInner> events) Count of the attachments that were sent in the emailgetBody()Actual content of the transactional email that has been sentgetDate()Date on which transactional email was sentgetEmail()Email address to which transactional email has been sentSeries of events which occurred on the transactional emailSubject of the sent emailId of the templateinthashCode()voidsetAttachmentCount(Long attachmentCount) voidvoidvoidvoidvoidsetSubject(String subject) voidsetTemplateId(Long templateId) templateId(Long templateId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_SUBJECT
- See Also:
-
JSON_PROPERTY_TEMPLATE_ID
- See Also:
-
JSON_PROPERTY_DATE
- See Also:
-
JSON_PROPERTY_EVENTS
- See Also:
-
JSON_PROPERTY_BODY
- See Also:
-
JSON_PROPERTY_ATTACHMENT_COUNT
- See Also:
-
-
Constructor Details
-
GetTransacEmailContent
public GetTransacEmailContent()
-
-
Method Details
-
email
-
getEmail
Email address to which transactional email has been sent- Returns:
-
setEmail
-
subject
-
getSubject
Subject of the sent email- Returns:
- subject
-
setSubject
-
templateId
-
getTemplateId
Id of the template- Returns:
- templateId
-
setTemplateId
-
date
-
getDate
Date on which transactional email was sent- Returns:
- date
-
setDate
-
events
-
addEventsItem
-
getEvents
Series of events which occurred on the transactional email- Returns:
- events
-
setEvents
-
body
-
getBody
Actual content of the transactional email that has been sent- Returns:
- body
-
setBody
-
attachmentCount
-
getAttachmentCount
Count of the attachments that were sent in the email- Returns:
- attachmentCount
-
setAttachmentCount
-
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
-