| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
AutomationRule |
SheetAutomationRuleResources.getAutomationRule(long sheetId,
long automationRuleId)
Get a automation rule.
|
AutomationRule |
SheetAutomationRuleResources.updateAutomationRule(long sheetId,
AutomationRule automationRule)
Updates an automation rule.
|
| Modifier and Type | Method and Description |
|---|---|
PagedResult<AutomationRule> |
SheetAutomationRuleResources.listAutomationRules(long sheetId,
PaginationParameters pagination)
Get all automation rules for this sheet
|
| Modifier and Type | Method and Description |
|---|---|
AutomationRule |
SheetAutomationRuleResources.updateAutomationRule(long sheetId,
AutomationRule automationRule)
Updates an automation rule.
|
| Modifier and Type | Method and Description |
|---|---|
AutomationRule |
AutomationRule.setAction(AutomationAction action)
Sets the automation action for this rule.
|
AutomationRule |
AutomationRule.setCreatedAt(Date createdAt)
Sets a timestamp for when the rule was created.
|
AutomationRule |
AutomationRule.setCreatedBy(User createdBy)
Sets the User object for the author of this rule.
|
AutomationRule |
AutomationRule.setDisabledReason(AutomationRuleDisabledReason disabledReason)
Sets a machine-readable reason a rule is disabled.
|
AutomationRule |
AutomationRule.setDisabledReasonText(String disabledReasonText)
Sets descriptive text for why this rule is disabled.
|
AutomationRule |
AutomationRule.setEnabled(Boolean enabled)
Sets flag indicating if rule is active
|
AutomationRule |
AutomationRule.setModifiedAt(Date modifiedAt)
Sets a timestamp for the last modification to this rule
|
AutomationRule |
AutomationRule.setModifiedBy(User modifiedBy)
Sets the User who last modified this rule.
|
AutomationRule |
AutomationRule.setUserCanModify(Boolean userCanModify)
Sets a flag indicating if the current user can modify this rule.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.