public class NewsletterEntity extends BaseEntity
| Constructor and Description |
|---|
NewsletterEntity() |
public Long getId()
public String getName()
public String getCode()
public String getSubject()
public String getSendAs()
public String getSenderEmail()
public NewsletterStatus getStatus()
public java.time.LocalDateTime getFrom()
public java.time.LocalDateTime getTo()
public Boolean getAutomaticTime()
public Long getRecipientsListId()
public String getCampaign()
public List<AttachmentEntity> getAttachments()
public LinkEntity getCompany()
public NewsletterEntity setName(String name)
public NewsletterEntity setCode(String code)
public NewsletterEntity setSubject(String subject)
public NewsletterEntity setSendAs(String sendAs)
public NewsletterEntity setSenderEmail(String senderEmail)
public NewsletterEntity setFrom(java.time.LocalDateTime from)
public NewsletterEntity setTo(java.time.LocalDateTime to)
public NewsletterEntity setAutomaticTime(Boolean automaticTime)
public NewsletterEntity setRecipientsListId(Long recipientsListId)
public NewsletterEntity setCampaign(String campaign)
public NewsletterEntity setAttachments(List<AttachmentEntity> attachments)
public NewsletterEntity setTags(List<String> tags)
public NewsletterEntity setTags(String... tags)
public NewsletterEntity setTemplateUrl(String templateUrl)
public NewsletterEntity setUnsubscribeTemplateUrl(String unsubscribeTemplateUrl)
public NewsletterEntity setCsvUrl(String csvUrl)
Copyright © 2016. All rights reserved.