Interface ApprovalRuleSetDescriptionAction

All Superinterfaces:
ApprovalRuleUpdateAction
All Known Implementing Classes:
ApprovalRuleSetDescriptionActionImpl

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()