@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class NotificationScheme extends Object
| Constructor and Description |
|---|
NotificationScheme() |
| Modifier and Type | Method and Description |
|---|---|
NotificationScheme |
addNotificationSchemeEventsItem(NotificationSchemeEvent notificationSchemeEventsItem) |
NotificationScheme |
addProjectsItem(Long projectsItem) |
NotificationScheme |
description(String description) |
boolean |
equals(Object o) |
NotificationScheme |
expand(String expand) |
String |
getDescription()
The description of the notification scheme.
|
String |
getExpand()
Expand options that include additional notification scheme details in the response.
|
Long |
getId()
The ID of the notification scheme.
|
String |
getName()
The name of the notification scheme.
|
List<NotificationSchemeEvent> |
getNotificationSchemeEvents()
The notification events and associated recipients.
|
List<Long> |
getProjects()
The list of project IDs associated with the notification scheme.
|
Scope |
getScope()
The scope of the notification scheme.
|
String |
getSelf()
Get self
|
int |
hashCode() |
NotificationScheme |
id(Long id) |
NotificationScheme |
name(String name) |
NotificationScheme |
notificationSchemeEvents(List<NotificationSchemeEvent> notificationSchemeEvents) |
NotificationScheme |
projects(List<Long> projects) |
NotificationScheme |
scope(Scope scope) |
NotificationScheme |
self(String self) |
void |
setDescription(String description) |
void |
setExpand(String expand) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setNotificationSchemeEvents(List<NotificationSchemeEvent> notificationSchemeEvents) |
void |
setProjects(List<Long> projects) |
void |
setScope(Scope scope) |
void |
setSelf(String self) |
String |
toString() |
public NotificationScheme description(String description)
public String getDescription()
public void setDescription(String description)
public NotificationScheme expand(String expand)
public String getExpand()
public void setExpand(String expand)
public NotificationScheme id(Long id)
public Long getId()
public void setId(Long id)
public NotificationScheme name(String name)
public String getName()
public void setName(String name)
public NotificationScheme notificationSchemeEvents(List<NotificationSchemeEvent> notificationSchemeEvents)
public NotificationScheme addNotificationSchemeEventsItem(NotificationSchemeEvent notificationSchemeEventsItem)
public List<NotificationSchemeEvent> getNotificationSchemeEvents()
public void setNotificationSchemeEvents(List<NotificationSchemeEvent> notificationSchemeEvents)
public NotificationScheme projects(List<Long> projects)
public NotificationScheme addProjectsItem(Long projectsItem)
public List<Long> getProjects()
public NotificationScheme scope(Scope scope)
public Scope getScope()
public void setScope(Scope scope)
public NotificationScheme self(String self)
public String getSelf()
public void setSelf(String self)
Copyright © 2011–2023 Everit Kft.. All rights reserved.