Interface ApprovalRuleSetNameAction

All Superinterfaces:
ApprovalRuleUpdateAction

public interface ApprovalRuleSetNameAction extends ApprovalRuleUpdateAction

Setting the name for an Approval Rule generates an ApprovalRuleNameSet Message.


Example to create an instance using the builder pattern

     ApprovalRuleSetNameAction approvalRuleSetNameAction = ApprovalRuleSetNameAction.builder()
             .name("{name}")
             .build()