Interface ApprovalRuleSetCustomTypeAction

All Superinterfaces:
ApprovalRuleUpdateAction

public interface ApprovalRuleSetCustomTypeAction extends ApprovalRuleUpdateAction
ApprovalRuleSetCustomTypeAction
Example to create an instance using the builder pattern

     ApprovalRuleSetCustomTypeAction approvalRuleSetCustomTypeAction = ApprovalRuleSetCustomTypeAction.builder()
             .build()