Package com.smartsheet.api.models
Class MultiRowEmail
- java.lang.Object
-
- com.smartsheet.api.models.Email
-
- com.smartsheet.api.models.RowEmail
-
- com.smartsheet.api.models.MultiRowEmail
-
- Direct Known Subclasses:
UpdateRequest
public class MultiRowEmail extends RowEmail
Represents the multi row email object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMultiRowEmail.AddMultiRowEmailBuilderA convenience class to help create a MultiRowEmail object with the appropriate fields.-
Nested classes/interfaces inherited from class com.smartsheet.api.models.RowEmail
RowEmail.AddRowEmailBuilder
-
-
Constructor Summary
Constructors Constructor Description MultiRowEmail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Long>getRowIds()Gets the IDs of rows to be includedMultiRowEmailsetRowIds(java.util.List<java.lang.Long> rowIds)Sets the IDs of rows to be included-
Methods inherited from class com.smartsheet.api.models.RowEmail
getCcMe, getColumnIds, getIncludeAttachments, getIncludeDiscussions, getLayout, getMessage, getSendTo, getSubject, setCcMe, setColumnIds, setIncludeAttachments, setIncludeDiscussions, setLayout, setMessage, setSendTo, setSubject
-
-
-
-
Method Detail
-
getRowIds
public java.util.List<java.lang.Long> getRowIds()
Gets the IDs of rows to be included- Returns:
- the row ids
-
setRowIds
public MultiRowEmail setRowIds(java.util.List<java.lang.Long> rowIds)
Sets the IDs of rows to be included- Parameters:
rowIds- list of row ids
-
-