Interface ApprovalRuleSetPredicateAction

All Superinterfaces:
ApprovalRuleUpdateAction

public interface ApprovalRuleSetPredicateAction extends ApprovalRuleUpdateAction

Setting the Order Predicate for an Approval Rule generates an ApprovalRulePredicateSet Message.


Example to create an instance using the builder pattern

     ApprovalRuleSetPredicateAction approvalRuleSetPredicateAction = ApprovalRuleSetPredicateAction.builder()
             .predicate("{predicate}")
             .build()