Interface ApprovalRulePredicateSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface ApprovalRulePredicateSetMessagePayload extends MessagePayload

Generated after a successful Set Predicate update action.


Example to create an instance using the builder pattern

     ApprovalRulePredicateSetMessagePayload approvalRulePredicateSetMessagePayload = ApprovalRulePredicateSetMessagePayload.builder()
             .predicate("{predicate}")
             .oldPredicate("{oldPredicate}")
             .build()