@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class NotificationSchemeNotificationDetails extends Object
| Constructor and Description |
|---|
NotificationSchemeNotificationDetails() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
any() |
boolean |
equals(Object o) |
String |
getNotificationType()
The notification type, e.g `CurrentAssignee`, `Group`, `EmailAddress`.
|
String |
getParameter()
The value corresponding to the specified notification type.
|
int |
hashCode() |
NotificationSchemeNotificationDetails |
notificationType(String notificationType) |
NotificationSchemeNotificationDetails |
parameter(String parameter) |
void |
set(String name,
Object value) |
void |
setNotificationType(String notificationType) |
void |
setParameter(String parameter) |
String |
toString() |
public NotificationSchemeNotificationDetails()
public NotificationSchemeNotificationDetails notificationType(String notificationType)
public String getNotificationType()
public void setNotificationType(String notificationType)
public NotificationSchemeNotificationDetails parameter(String parameter)
public String getParameter()
public void setParameter(String parameter)
Copyright © 2011–2023 Everit Kft.. All rights reserved.