Interface ApprovalRuleDescriptionSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface ApprovalRuleDescriptionSetMessagePayload extends MessagePayload

Generated after a successful Set Description update action.


Example to create an instance using the builder pattern

     ApprovalRuleDescriptionSetMessagePayload approvalRuleDescriptionSetMessagePayload = ApprovalRuleDescriptionSetMessagePayload.builder()
             .build()
 
  • Field Details

    • APPROVAL_RULE_DESCRIPTION_SET

      static final String APPROVAL_RULE_DESCRIPTION_SET
      discriminator value for ApprovalRuleDescriptionSetMessagePayload
      See Also:
  • Method Details