| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Class and Description |
|---|---|
class |
RecipientEmail |
class |
RecipientGroup |
| Modifier and Type | Method and Description |
|---|---|
Recipient |
SentUpdateRequest.getSentTo()
Gets the recipient
|
| Modifier and Type | Method and Description |
|---|---|
List<Recipient> |
AutomationAction.getRecipients()
Gets the list of Recipients
|
List<Recipient> |
RowEmail.getSendTo() |
List<Recipient> |
RowEmail.AddRowEmailBuilder.getSendTo()
Gets the list of recipients to send to
|
List<Recipient> |
SheetEmail.AddSheetEmailBuilder.getSendTo()
Gets the list of recipients to send to
|
List<Recipient> |
Email.getSendTo()
Gets the list of recipients to send to
|
| Modifier and Type | Method and Description |
|---|---|
SentUpdateRequest |
SentUpdateRequest.setSentTo(Recipient sentTo)
Sets the recipient
|
| Modifier and Type | Method and Description |
|---|---|
AutomationAction |
AutomationAction.setRecipients(List<Recipient> recipients)
Sets the list of Recipients
|
MultiRowEmail.AddMultiRowEmailBuilder |
MultiRowEmail.AddMultiRowEmailBuilder.setSendTo(List<Recipient> sendTo)
Sets the list of recipients to send to
|
RowEmail |
RowEmail.setSendTo(List<Recipient> sendTo) |
RowEmail.AddRowEmailBuilder |
RowEmail.AddRowEmailBuilder.setSendTo(List<Recipient> sendTo)
Sets the list of recipients to send to
|
SheetEmail.AddSheetEmailBuilder |
SheetEmail.AddSheetEmailBuilder.setSendTo(List<Recipient> sendTo)
Sets the list of recipients to send to
|
Email |
Email.setSendTo(List<Recipient> sendTo)
Sets the list of recipients to send to
|
Copyright © 2014–2019 Smartsheet. All rights reserved.