| 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.
as of API V2.0.2, replaced by
SheetRowResources.sendRows(long, MultiRowEmail)
Send a row via email to the designated recipients.
It mirrors to the following Smartsheet REST API method: POST /sheets/{sheetId}/rows/{rowId}/emails
Exceptions:
IllegalArgumentException : if any argument is null
InvalidRequestException : if there is any problem with the REST API request
AuthorizationException : if there is any problem with the REST API authorization(access token)
ServiceUnavailableException : if the REST API service is not available (possibly due to rate limiting)
SmartsheetRestException : if there is any other REST API related error occurred during the operation
SmartsheetException : if there is any other error occurred during the operation |
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–2017 Smartsheet. All rights reserved.