RuleAction.Builder |
RuleAction.Builder.actionType(String actionType) |
The type of action that creates a rule.
|
RuleAction.Builder |
RuleAction.Builder.actionType(ActionType actionType) |
The type of action that creates a rule.
|
default RuleAction.Builder |
RuleAction.Builder.assignContactCategoryAction(Consumer<AssignContactCategoryActionDefinition.Builder> assignContactCategoryAction) |
Information about the contact category action.
|
RuleAction.Builder |
RuleAction.Builder.assignContactCategoryAction(AssignContactCategoryActionDefinition assignContactCategoryAction) |
Information about the contact category action.
|
static RuleAction.Builder |
RuleAction.builder() |
|
default RuleAction.Builder |
RuleAction.Builder.createCaseAction(Consumer<CreateCaseActionDefinition.Builder> createCaseAction) |
Information about the create case action.
|
RuleAction.Builder |
RuleAction.Builder.createCaseAction(CreateCaseActionDefinition createCaseAction) |
Information about the create case action.
|
default RuleAction.Builder |
RuleAction.Builder.endAssociatedTasksAction(Consumer<EndAssociatedTasksActionDefinition.Builder> endAssociatedTasksAction) |
Information about the end associated tasks action.
|
RuleAction.Builder |
RuleAction.Builder.endAssociatedTasksAction(EndAssociatedTasksActionDefinition endAssociatedTasksAction) |
Information about the end associated tasks action.
|
default RuleAction.Builder |
RuleAction.Builder.eventBridgeAction(Consumer<EventBridgeActionDefinition.Builder> eventBridgeAction) |
Information about the EventBridge action.
|
RuleAction.Builder |
RuleAction.Builder.eventBridgeAction(EventBridgeActionDefinition eventBridgeAction) |
Information about the EventBridge action.
|
default RuleAction.Builder |
RuleAction.Builder.sendNotificationAction(Consumer<SendNotificationActionDefinition.Builder> sendNotificationAction) |
Information about the send notification action.
|
RuleAction.Builder |
RuleAction.Builder.sendNotificationAction(SendNotificationActionDefinition sendNotificationAction) |
Information about the send notification action.
|
default RuleAction.Builder |
RuleAction.Builder.submitAutoEvaluationAction(Consumer<SubmitAutoEvaluationActionDefinition.Builder> submitAutoEvaluationAction) |
Information about the submit automated evaluation action.
|
RuleAction.Builder |
RuleAction.Builder.submitAutoEvaluationAction(SubmitAutoEvaluationActionDefinition submitAutoEvaluationAction) |
Information about the submit automated evaluation action.
|
default RuleAction.Builder |
RuleAction.Builder.taskAction(Consumer<TaskActionDefinition.Builder> taskAction) |
Information about the task action.
|
RuleAction.Builder |
RuleAction.Builder.taskAction(TaskActionDefinition taskAction) |
Information about the task action.
|
RuleAction.Builder |
RuleAction.toBuilder() |
|
default RuleAction.Builder |
RuleAction.Builder.updateCaseAction(Consumer<UpdateCaseActionDefinition.Builder> updateCaseAction) |
Information about the update case action.
|
RuleAction.Builder |
RuleAction.Builder.updateCaseAction(UpdateCaseActionDefinition updateCaseAction) |
Information about the update case action.
|