| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
AutomationAction |
AutomationRule.getAction()
Gets the automation action for this rule.
|
AutomationAction |
AutomationAction.setFrequency(AutomationActionFrequency frequency)
Sets the automation action frequency
|
AutomationAction |
AutomationAction.setIncludeAllColumns(Boolean includeAllColumns)
Sets the flag indicating if all columns in the sheet should be included with the email
|
AutomationAction |
AutomationAction.setIncludeAttachments(Boolean includeAttachments)
Sets the flag indicating if attachments should be included with the email
|
AutomationAction |
AutomationAction.setIncludedColumnIds(List<Long> includedColumnIds)
Sets the list of included columns
|
AutomationAction |
AutomationAction.setIncludeDiscussions(Boolean includeDiscussions)
Sets the flag indicating if discussions should be included with the email
|
AutomationAction |
AutomationAction.setMessage(String message)
Sets the email body
|
AutomationAction |
AutomationAction.setNotifyAllSharedUsers(Boolean notifyAllSharedUsers)
Sets the flag indicating if notification should be sent to all shared users
|
AutomationAction |
AutomationAction.setRecipientColumnIds(List<Long> recipientColumnIds)
Sets a list of columns from which to collect email recipients
|
AutomationAction |
AutomationAction.setRecipients(List<Recipient> recipients)
Sets the list of Recipients
|
AutomationAction |
AutomationAction.setSubject(String subject)
Sets the email subject line
|
AutomationAction |
AutomationAction.setType(AutomationActionType type)
Sets the automation action type
|
| Modifier and Type | Method and Description |
|---|---|
AutomationRule |
AutomationRule.setAction(AutomationAction action)
Sets the automation action for this rule.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.