Rule Action
Class representation of an action in a Nylas rule.
Constructors
Link copied to clipboard
public RuleAction RuleAction(@Json(name = "type" ) RuleActionType type, @Json(name = "value" ) String value)
Properties
Link copied to clipboard
The action to perform.
Link copied to clipboard
Required when type is RuleActionType.ASSIGN_TO_FOLDER — the folder ID to assign to.
Functions
Link copied to clipboard
The action to perform.
Link copied to clipboard
Required when type is RuleActionType.ASSIGN_TO_FOLDER — the folder ID to assign to.