| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
void |
SheetRowResources.sendRow(long sheetId,
long rowId,
RowEmail email)
Deprecated.
|
void |
RowResources.sendRow(long id,
RowEmail email)
Send a row via email to the designated recipients.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiRowEmail
Represents the multi row email object.
|
class |
UpdateRequest
Represents the UpdateRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
RowEmail |
RowEmail.AddRowEmailBuilder.build()
Builds the row email.
|
RowEmail |
RowEmail.setCcMe(Boolean ccMe) |
RowEmail |
RowEmail.setColumnIds(List<Long> columnIds)
Sets the IDs of the columns to be included.
|
RowEmail |
RowEmail.setIncludeAttachments(Boolean includeAttachments)
Sets the flag that indicates if attachments should be included in the email.
|
RowEmail |
RowEmail.setIncludeDiscussions(Boolean includeDiscussions)
Sets the flag that indicates if discussions should be included in the email.
|
RowEmail |
RowEmail.setLayout(String layout)
Sets the layout string
|
RowEmail |
RowEmail.setMessage(String message) |
RowEmail |
RowEmail.setSendTo(List<Recipient> sendTo) |
RowEmail |
RowEmail.setSubject(String subject) |
Copyright © 2014–2019 Smartsheet. All rights reserved.