| Constructor and Description |
|---|
AddRowEmailBuilder() |
| Modifier and Type | Method and Description |
|---|---|
RowEmail |
build()
Builds the row email.
|
Boolean |
getCcMe()
Gets the carbon copy me flag.
|
Boolean |
getIncludeAttachments()
Gets the flag that indicates if attachments should be included in the email.
|
Boolean |
getIncludeDiscussions()
Gets the flag that indicates if discussions should be included in the email.
|
String |
getLayout()
Gets a string containing the layout.
|
String |
getMessage()
Gets the message.
|
List<Recipient> |
getSendTo()
Gets the list of recipients to send to
|
String |
getSubject()
Gets the subject.
|
RowEmail.AddRowEmailBuilder |
setCcMe(Boolean ccMe)
Sets the carbon copy me flag.
|
RowEmail.AddRowEmailBuilder |
setIncludeAttachments(Boolean includeAttachments)
Sets the flag that indicates if attachments should be included in the email.
|
RowEmail.AddRowEmailBuilder |
setIncludeDiscussions(Boolean includeDiscussions)
Sets the flag that indicates if discussions should be included in the email.
|
RowEmail.AddRowEmailBuilder |
setLayout(String layout)
Sets the layout string
|
RowEmail.AddRowEmailBuilder |
setMessage(String message)
Sets the message.
|
RowEmail.AddRowEmailBuilder |
setSendTo(List<Recipient> sendTo)
Sets the list of recipients to send to
|
RowEmail.AddRowEmailBuilder |
setSubject(String subject)
Sets the subject.
|
public Boolean getIncludeAttachments()
public RowEmail.AddRowEmailBuilder setIncludeAttachments(Boolean includeAttachments)
includeAttachments - the new include attachmentspublic Boolean getIncludeDiscussions()
public RowEmail.AddRowEmailBuilder setIncludeDiscussions(Boolean includeDiscussions)
includeDiscussions - the new include discussionspublic String getLayout()
public RowEmail.AddRowEmailBuilder setLayout(String layout)
layout - string containing HORIZONTAL or VERTICAL stringspublic List<Recipient> getSendTo()
public RowEmail.AddRowEmailBuilder setSendTo(List<Recipient> sendTo)
sendTo - list of recipientspublic String getSubject()
public RowEmail.AddRowEmailBuilder setSubject(String subject)
subject - the new subjectpublic String getMessage()
public RowEmail.AddRowEmailBuilder setMessage(String message)
message - the new messagepublic Boolean getCcMe()
public RowEmail.AddRowEmailBuilder setCcMe(Boolean ccMe)
ccMe - the new cc mepublic RowEmail build()
Copyright © 2014–2019 Smartsheet. All rights reserved.