TestNotificationConfigurationResponse |
TestNotificationConfigurationResponse.addErrorMessagesItem(String errorMessagesItem) |
|
TestNotificationConfigurationResponse |
TestNotificationConfigurationResponse.addEventTypesItem(TestNotificationConfigurationResponse.EventTypesEnum eventTypesItem) |
|
TestNotificationConfigurationResponse |
TestNotificationConfigurationResponse.addExchangeMessagesItem(ExchangeMessage exchangeMessagesItem) |
|
TestNotificationConfigurationResponse |
TestNotificationConfigurationResponse.addInvalidFieldsItem(ErrorFieldType invalidFieldsItem) |
|
TestNotificationConfigurationResponse |
TestNotificationConfigurationResponse.addOkMessagesItem(String okMessagesItem) |
|
TestNotificationConfigurationResponse |
TestNotificationConfigurationResponse.errorMessages(List<String> errorMessages) |
|
TestNotificationConfigurationResponse |
TestNotificationConfigurationResponse.eventTypes(List<TestNotificationConfigurationResponse.EventTypesEnum> eventTypes) |
|
TestNotificationConfigurationResponse |
TestNotificationConfigurationResponse.exchangeMessages(List<ExchangeMessage> exchangeMessages) |
|
static TestNotificationConfigurationResponse |
TestNotificationConfigurationResponse.fromJson(String jsonString) |
Create an instance of TestNotificationConfigurationResponse given an JSON string
|
TestNotificationConfigurationResponse |
TestNotificationConfigurationResponse.invalidFields(List<ErrorFieldType> invalidFields) |
|
TestNotificationConfigurationResponse |
TestNotificationConfigurationResponse.notificationId(Long notificationId) |
|
TestNotificationConfigurationResponse |
TestNotificationConfigurationResponse.okMessages(List<String> okMessages) |
|
TestNotificationConfigurationResponse |
TestNotificationConfigurationResponse.pspReference(String pspReference) |
|
TestNotificationConfigurationResponse |
TestNotificationConfigurationResponse.resultCode(String resultCode) |
|