Package software.xdev.brevo.model
Class GetTransacEmailsListTransactionalEmailsInner
java.lang.Object
software.xdev.brevo.model.GetTransacEmailsListTransactionalEmailsInner
GetTransacEmailsListTransactionalEmailsInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTagsItem(String tagsItem) booleangetDate()Date on which transactional email was sentgetEmail()Email address to which transactional email has been sentgetFrom()Email address of the sender from which the email was sentMessage Id of the sent emailSubject of the sent emailgetTags()Tags used for your emailId of the templategetUuid()Unique id of the email sent to a particular contactinthashCode()voidvoidvoidvoidsetMessageId(String messageId) voidsetSubject(String subject) voidvoidsetTemplateId(Long templateId) voidtemplateId(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_MESSAGE_ID
- See Also:
-
JSON_PROPERTY_UUID
- See Also:
-
JSON_PROPERTY_DATE
- See Also:
-
JSON_PROPERTY_FROM
- See Also:
-
JSON_PROPERTY_TAGS
- See Also:
-
-
Constructor Details
-
GetTransacEmailsListTransactionalEmailsInner
public GetTransacEmailsListTransactionalEmailsInner()
-
-
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
-
messageId
-
getMessageId
Message Id of the sent email- Returns:
- messageId
-
setMessageId
-
uuid
-
getUuid
Unique id of the email sent to a particular contact- Returns:
- uuid
-
setUuid
-
date
-
getDate
Date on which transactional email was sent- Returns:
- date
-
setDate
-
from
-
getFrom
Email address of the sender from which the email was sent- Returns:
- from
-
setFrom
-
tags
-
addTagsItem
-
getTags
Tags used for your email- Returns:
- tags
-
setTags
-
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
-