Interface ApprovalRuleSetDescriptionAction

All Superinterfaces:
ApprovalRuleUpdateAction

public interface ApprovalRuleSetDescriptionAction extends ApprovalRuleUpdateAction

Setting the description for an Approval Rule generates an ApprovalRuleDescriptionSet Message.


Example to create an instance using the builder pattern

     ApprovalRuleSetDescriptionAction approvalRuleSetDescriptionAction = ApprovalRuleSetDescriptionAction.builder()
             .build()