Class TestNotificationConfigurationRequest


  • public class TestNotificationConfigurationRequest
    extends Object
    TestNotificationConfigurationRequest
    • Constructor Detail

      • TestNotificationConfigurationRequest

        public TestNotificationConfigurationRequest()
    • Method Detail

      • getEventTypes

        public List<TestNotificationConfigurationRequest.EventTypesEnum> getEventTypes()
        The event types to test. If left blank, then all of the configured event types will be tested. >Permitted values: `ACCOUNT_HOLDER_CREATED`, `ACCOUNT_CREATED`, `ACCOUNT_UPDATED`, `ACCOUNT_HOLDER_UPDATED`, `ACCOUNT_HOLDER_STATUS_CHANGE`, `ACCOUNT_HOLDER_STORE_STATUS_CHANGE` `ACCOUNT_HOLDER_VERIFICATION`, `ACCOUNT_HOLDER_LIMIT_REACHED`, `ACCOUNT_HOLDER_PAYOUT`, `PAYMENT_FAILURE`, `SCHEDULED_REFUNDS`, `REPORT_AVAILABLE`, `TRANSFER_FUNDS`, `BENEFICIARY_SETUP`, `COMPENSATE_NEGATIVE_BALANCE`.
        Returns:
        eventTypes
      • getNotificationId

        public Long getNotificationId()
        The ID of the notification subscription configuration to be tested.
        Returns:
        notificationId
      • setNotificationId

        public void setNotificationId​(Long notificationId)
      • equals

        public boolean equals​(Object o)
        Return true if this TestNotificationConfigurationRequest object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static TestNotificationConfigurationRequest fromJson​(String jsonString)
                                                             throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of TestNotificationConfigurationRequest given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of TestNotificationConfigurationRequest
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to TestNotificationConfigurationRequest
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of TestNotificationConfigurationRequest to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException