@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class CreateNotificationSchemeDetails extends Object
| Constructor and Description |
|---|
CreateNotificationSchemeDetails() |
| Modifier and Type | Method and Description |
|---|---|
CreateNotificationSchemeDetails |
addNotificationSchemeEventsItem(NotificationSchemeEventDetails notificationSchemeEventsItem) |
Map<String,Object> |
any() |
CreateNotificationSchemeDetails |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
The description of the notification scheme.
|
String |
getName()
The name of the notification scheme.
|
List<NotificationSchemeEventDetails> |
getNotificationSchemeEvents()
The list of notifications which should be added to the notification scheme.
|
int |
hashCode() |
CreateNotificationSchemeDetails |
name(String name) |
CreateNotificationSchemeDetails |
notificationSchemeEvents(List<NotificationSchemeEventDetails> notificationSchemeEvents) |
void |
set(String name,
Object value) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setNotificationSchemeEvents(List<NotificationSchemeEventDetails> notificationSchemeEvents) |
String |
toString() |
public CreateNotificationSchemeDetails description(String description)
public String getDescription()
public void setDescription(String description)
public CreateNotificationSchemeDetails name(String name)
public String getName()
public void setName(String name)
public CreateNotificationSchemeDetails notificationSchemeEvents(List<NotificationSchemeEventDetails> notificationSchemeEvents)
public CreateNotificationSchemeDetails addNotificationSchemeEventsItem(NotificationSchemeEventDetails notificationSchemeEventsItem)
public List<NotificationSchemeEventDetails> getNotificationSchemeEvents()
public void setNotificationSchemeEvents(List<NotificationSchemeEventDetails> notificationSchemeEvents)
Copyright © 2011–2023 Everit Kft.. All rights reserved.