public class MultiRowEmail extends RowEmail
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiRowEmail.AddMultiRowEmailBuilder
A convenience class to help create a MultiRowEmail object with the appropriate fields.
|
RowEmail.AddRowEmailBuilder| Constructor and Description |
|---|
MultiRowEmail() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getRowIds()
Gets the IDs of rows to be included
|
MultiRowEmail |
setRowIds(List<Long> rowIds)
Sets the IDs of rows to be included
|
getCcMe, getColumnIds, getIncludeAttachments, getIncludeDiscussions, getLayout, getMessage, getSendTo, getSubject, setCcMe, setColumnIds, setIncludeAttachments, setIncludeDiscussions, setLayout, setMessage, setSendTo, setSubjectpublic MultiRowEmail setRowIds(List<Long> rowIds)
rowIds - list of row idsCopyright © 2014–2019 Smartsheet. All rights reserved.