public static class MultiRowEmail.AddMultiRowEmailBuilder extends Object
| Constructor and Description |
|---|
AddMultiRowEmailBuilder() |
| Modifier and Type | Method and Description |
|---|---|
MultiRowEmail |
build()
Builds the multi row email object
|
MultiRowEmail.AddMultiRowEmailBuilder |
setCcMe(Boolean ccMe)
Sets the carbon copy me flag.
|
MultiRowEmail.AddMultiRowEmailBuilder |
setColumnIds(List<Long> columnIds)
Sets the IDs of the columns to be included.
|
MultiRowEmail.AddMultiRowEmailBuilder |
setIncludeAttachments(Boolean includeAttachments)
Sets the flag that indicates if attachments should be included in the email.
|
MultiRowEmail.AddMultiRowEmailBuilder |
setIncludeDiscussions(Boolean includeDiscussions)
Sets the flag that indicates if discussions should be included in the email.
|
MultiRowEmail.AddMultiRowEmailBuilder |
setMessage(String message)
Sets the message.
|
MultiRowEmail.AddMultiRowEmailBuilder |
setRowIds(List<Long> rowIds)
Sets the IDs of rows to be included
|
MultiRowEmail.AddMultiRowEmailBuilder |
setSendTo(List<Recipient> sendTo)
Sets the list of recipients to send to
|
MultiRowEmail.AddMultiRowEmailBuilder |
setSubject(String subject)
Sets the subject.
|
public MultiRowEmail.AddMultiRowEmailBuilder setSendTo(List<Recipient> sendTo)
sendTo - list of recipientspublic MultiRowEmail.AddMultiRowEmailBuilder setSubject(String subject)
subject - the new subjectpublic MultiRowEmail.AddMultiRowEmailBuilder setMessage(String message)
message - the new messagepublic MultiRowEmail.AddMultiRowEmailBuilder setCcMe(Boolean ccMe)
ccMe - the new cc mepublic MultiRowEmail.AddMultiRowEmailBuilder setRowIds(List<Long> rowIds)
rowIds - list of row idspublic MultiRowEmail.AddMultiRowEmailBuilder setColumnIds(List<Long> columnIds)
columnIds - the column idspublic MultiRowEmail.AddMultiRowEmailBuilder setIncludeAttachments(Boolean includeAttachments)
includeAttachments - the new include attachmentspublic MultiRowEmail.AddMultiRowEmailBuilder setIncludeDiscussions(Boolean includeDiscussions)
includeDiscussions - the new include discussionspublic MultiRowEmail build()
Copyright © 2014–2017 Smartsheet. All rights reserved.