public class RowEmail extends Email
| Modifier and Type | Class and Description |
|---|---|
static class |
RowEmail.AddRowEmailBuilder
A convenience class to help create a RowEmail object with the appropriate fields.
|
| Constructor and Description |
|---|
RowEmail() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCcMe()
Gets the carbon copy me flag.
|
List<Long> |
getColumnIds()
Gets the IDs of the columns to be included.
|
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 |
setCcMe(Boolean ccMe)
Sets the carbon copy me flag.
|
RowEmail |
setColumnIds(List<Long> columnIds)
Sets the IDs of the columns to be included.
|
RowEmail |
setIncludeAttachments(Boolean includeAttachments)
Sets the flag that indicates if attachments should be included in the email.
|
RowEmail |
setIncludeDiscussions(Boolean includeDiscussions)
Sets the flag that indicates if discussions should be included in the email.
|
RowEmail |
setLayout(String layout)
Sets the layout string
|
RowEmail |
setMessage(String message)
Sets the message.
|
RowEmail |
setSendTo(List<Recipient> sendTo)
Sets the list of recipients to send to
|
RowEmail |
setSubject(String subject)
Sets the subject.
|
public List<Recipient> getSendTo()
Emailpublic RowEmail setSendTo(List<Recipient> sendTo)
Emailpublic String getSubject()
EmailgetSubject in class Emailpublic RowEmail setSubject(String subject)
EmailsetSubject in class Emailsubject - the new subjectpublic String getMessage()
EmailgetMessage in class Emailpublic RowEmail setMessage(String message)
EmailsetMessage in class Emailmessage - the new messagepublic RowEmail setCcMe(Boolean ccMe)
Emailpublic List<Long> getColumnIds()
public RowEmail setColumnIds(List<Long> columnIds)
columnIds - the column idspublic Boolean getIncludeAttachments()
public RowEmail setIncludeAttachments(Boolean includeAttachments)
includeAttachments - the new include attachmentspublic Boolean getIncludeDiscussions()
public RowEmail setIncludeDiscussions(Boolean includeDiscussions)
includeDiscussions - the new include discussionspublic String getLayout()
Copyright © 2014–2019 Smartsheet. All rights reserved.