@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class NotificationSchemeEventDetails extends Object
| Constructor and Description |
|---|
NotificationSchemeEventDetails() |
| Modifier and Type | Method and Description |
|---|---|
NotificationSchemeEventDetails |
addNotificationsItem(NotificationSchemeNotificationDetails notificationsItem) |
Map<String,Object> |
any() |
boolean |
equals(Object o) |
NotificationSchemeEventDetails |
event(NotificationSchemeEventTypeId event) |
NotificationSchemeEventTypeId |
getEvent()
The ID of the event.
|
List<NotificationSchemeNotificationDetails> |
getNotifications()
The list of notifications mapped to a specified event.
|
int |
hashCode() |
NotificationSchemeEventDetails |
notifications(List<NotificationSchemeNotificationDetails> notifications) |
void |
set(String name,
Object value) |
void |
setEvent(NotificationSchemeEventTypeId event) |
void |
setNotifications(List<NotificationSchemeNotificationDetails> notifications) |
String |
toString() |
public NotificationSchemeEventDetails event(NotificationSchemeEventTypeId event)
public NotificationSchemeEventTypeId getEvent()
public void setEvent(NotificationSchemeEventTypeId event)
public NotificationSchemeEventDetails notifications(List<NotificationSchemeNotificationDetails> notifications)
public NotificationSchemeEventDetails addNotificationsItem(NotificationSchemeNotificationDetails notificationsItem)
public List<NotificationSchemeNotificationDetails> getNotifications()
public void setNotifications(List<NotificationSchemeNotificationDetails> notifications)
Copyright © 2011–2023 Everit Kft.. All rights reserved.