Package software.xdev.brevo.model
Class GetSmtpTemplateOverview
java.lang.Object
software.xdev.brevo.model.GetSmtpTemplateOverview
GetSmtpTemplateOverview
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoiTemplate(Boolean doiTemplate) booleanCreation UTC date-time of the template (YYYY-MM-DDTHH:mm:ss.SSSZ)It is true if template is a valid Double opt-in (DOI) template, otherwise it is false.HTML content of the templategetId()ID of the templateStatus of template (true=active, false=inactive)Last modification UTC date-time of the template (YYYY-MM-DDTHH:mm:ss.SSSZ)getName()Name of the templateEmail defined as the \"Reply to\" for the templateGet senderSubject of the templategetTag()Tag of the templateStatus of test sending for the template (true=test email has been sent, false=test email has not been sent)Customisation of the \"to\" field for the templateinthashCode()htmlContent(String htmlContent) modifiedAt(String modifiedAt) sender(GetSmtpTemplateOverviewSender sender) voidsetCreatedAt(String createdAt) voidsetDoiTemplate(Boolean doiTemplate) voidsetHtmlContent(String htmlContent) voidvoidsetIsActive(Boolean isActive) voidsetModifiedAt(String modifiedAt) voidvoidsetReplyTo(String replyTo) voidvoidsetSubject(String subject) voidvoidsetTestSent(Boolean testSent) voidsetToField(String toField) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_SUBJECT
- See Also:
-
JSON_PROPERTY_IS_ACTIVE
- See Also:
-
JSON_PROPERTY_TEST_SENT
- See Also:
-
JSON_PROPERTY_SENDER
- See Also:
-
JSON_PROPERTY_REPLY_TO
- See Also:
-
JSON_PROPERTY_TO_FIELD
- See Also:
-
JSON_PROPERTY_TAG
- See Also:
-
JSON_PROPERTY_HTML_CONTENT
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_MODIFIED_AT
- See Also:
-
JSON_PROPERTY_DOI_TEMPLATE
- See Also:
-
-
Constructor Details
-
GetSmtpTemplateOverview
public GetSmtpTemplateOverview()
-
-
Method Details
-
id
-
getId
ID of the template- Returns:
- id
-
setId
-
name
-
getName
Name of the template- Returns:
- name
-
setName
-
subject
-
getSubject
Subject of the template- Returns:
- subject
-
setSubject
-
isActive
-
getIsActive
Status of template (true=active, false=inactive)- Returns:
- isActive
-
setIsActive
-
testSent
-
getTestSent
Status of test sending for the template (true=test email has been sent, false=test email has not been sent)- Returns:
- testSent
-
setTestSent
-
sender
-
getSender
Get sender- Returns:
- sender
-
setSender
-
replyTo
-
getReplyTo
Email defined as the \"Reply to\" for the template- Returns:
- replyTo
-
setReplyTo
-
toField
-
getToField
Customisation of the \"to\" field for the template- Returns:
- toField
-
setToField
-
tag
-
getTag
Tag of the template- Returns:
- tag
-
setTag
-
htmlContent
-
getHtmlContent
HTML content of the template- Returns:
- htmlContent
-
setHtmlContent
-
createdAt
-
getCreatedAt
Creation UTC date-time of the template (YYYY-MM-DDTHH:mm:ss.SSSZ)- Returns:
- createdAt
-
setCreatedAt
-
modifiedAt
-
getModifiedAt
Last modification UTC date-time of the template (YYYY-MM-DDTHH:mm:ss.SSSZ)- Returns:
- modifiedAt
-
setModifiedAt
-
doiTemplate
-
getDoiTemplate
It is true if template is a valid Double opt-in (DOI) template, otherwise it is false. This field will be available only in case of single template detail call.- Returns:
- doiTemplate
-
setDoiTemplate
-
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
-