Package com.seeq.model
Class SendEmailInputV1
java.lang.Object
com.seeq.model.SendEmailInputV1
SendEmailInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttachmentsItem
(SendEmailAttachmentV1 attachmentsItem) addBccEmailsItem
(SendEmailContactV1 bccEmailsItem) addCcEmailsItem
(SendEmailContactV1 ccEmailsItem) addToEmailsItem
(SendEmailContactV1 toEmailsItem) attachments
(List<SendEmailAttachmentV1> attachments) bccEmails
(List<SendEmailContactV1> bccEmails) ccEmails
(List<SendEmailContactV1> ccEmails) boolean
List of attachments for the email.List of email recipients to use in the BCC attribute of the email.List of email recipients to use in the CC attribute of the email.HTML body of the email.Subject of the email.List of email recipients to use in the TO attribute of the email.int
hashCode()
void
setAttachments
(List<SendEmailAttachmentV1> attachments) void
setBccEmails
(List<SendEmailContactV1> bccEmails) void
setCcEmails
(List<SendEmailContactV1> ccEmails) void
setContent
(String content) void
setSubject
(String subject) void
setToEmails
(List<SendEmailContactV1> toEmails) toEmails
(List<SendEmailContactV1> toEmails) toString()
-
Constructor Details
-
SendEmailInputV1
public SendEmailInputV1()
-
-
Method Details
-
toEmails
-
addToEmailsItem
-
getToEmails
List of email recipients to use in the TO attribute of the email.- Returns:
- toEmails
-
setToEmails
-
ccEmails
-
addCcEmailsItem
-
getCcEmails
List of email recipients to use in the CC attribute of the email.- Returns:
- ccEmails
-
setCcEmails
-
bccEmails
-
addBccEmailsItem
-
getBccEmails
List of email recipients to use in the BCC attribute of the email.- Returns:
- bccEmails
-
setBccEmails
-
subject
-
getSubject
Subject of the email.- Returns:
- subject
-
setSubject
-
content
-
getContent
HTML body of the email.- Returns:
- content
-
setContent
-
attachments
-
addAttachmentsItem
-
getAttachments
List of attachments for the email.- Returns:
- attachments
-
setAttachments
-
equals
-
hashCode
public int hashCode() -
toString
-