public class TestNotificationConfigurationRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestNotificationConfigurationRequest.EventTypesEnum
Gets or Sets eventTypes
|
| Constructor and Description |
|---|
TestNotificationConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
TestNotificationConfigurationRequest |
addEventTypesItem(TestNotificationConfigurationRequest.EventTypesEnum eventTypesItem) |
boolean |
equals(Object o) |
TestNotificationConfigurationRequest |
eventTypes(List<TestNotificationConfigurationRequest.EventTypesEnum> eventTypes) |
List<TestNotificationConfigurationRequest.EventTypesEnum> |
getEventTypes()
Event types to test.
|
Long |
getNotificationId()
Id of the notification configuration
|
int |
hashCode() |
TestNotificationConfigurationRequest |
notificationId(Long notificationId) |
void |
setEventTypes(List<TestNotificationConfigurationRequest.EventTypesEnum> eventTypes) |
void |
setNotificationId(Long notificationId) |
String |
toString() |
public TestNotificationConfigurationRequest()
public TestNotificationConfigurationRequest notificationId(Long notificationId)
public Long getNotificationId()
public void setNotificationId(Long notificationId)
public TestNotificationConfigurationRequest eventTypes(List<TestNotificationConfigurationRequest.EventTypesEnum> eventTypes)
public TestNotificationConfigurationRequest addEventTypesItem(TestNotificationConfigurationRequest.EventTypesEnum eventTypesItem)
public List<TestNotificationConfigurationRequest.EventTypesEnum> getEventTypes()
public void setEventTypes(List<TestNotificationConfigurationRequest.EventTypesEnum> eventTypes)
Copyright © 2022. All rights reserved.