@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class EventNotification extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EventNotification.NotificationTypeEnum
Identifies the recipients of the notification.
|
| Constructor and Description |
|---|
EventNotification() |
| Modifier and Type | Method and Description |
|---|---|
EventNotification |
emailAddress(String emailAddress) |
boolean |
equals(Object o) |
EventNotification |
expand(String expand) |
EventNotification |
field(FieldDetails field) |
String |
getEmailAddress()
The email address.
|
String |
getExpand()
Expand options that include additional event notification details in the response.
|
FieldDetails |
getField()
The custom user or group field.
|
GroupName |
getGroup()
The specified group.
|
Long |
getId()
The ID of the notification.
|
EventNotification.NotificationTypeEnum |
getNotificationType()
Identifies the recipients of the notification.
|
String |
getParameter()
As a group's name can change, use of `recipient` is recommended.
|
ProjectRole |
getProjectRole()
The specified project role.
|
String |
getRecipient()
The identifier associated with the `notificationType` value that defines the receiver of the notification, where the receiver isn't implied by the `notificationType` value.
|
UserDetails |
getUser()
The specified user.
|
EventNotification |
group(GroupName group) |
int |
hashCode() |
EventNotification |
id(Long id) |
EventNotification |
notificationType(EventNotification.NotificationTypeEnum notificationType) |
EventNotification |
parameter(String parameter) |
EventNotification |
projectRole(ProjectRole projectRole) |
EventNotification |
recipient(String recipient) |
void |
setEmailAddress(String emailAddress) |
void |
setExpand(String expand) |
void |
setField(FieldDetails field) |
void |
setGroup(GroupName group) |
void |
setId(Long id) |
void |
setNotificationType(EventNotification.NotificationTypeEnum notificationType) |
void |
setParameter(String parameter) |
void |
setProjectRole(ProjectRole projectRole) |
void |
setRecipient(String recipient) |
void |
setUser(UserDetails user) |
String |
toString() |
EventNotification |
user(UserDetails user) |
public EventNotification emailAddress(String emailAddress)
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
public EventNotification expand(String expand)
public String getExpand()
public void setExpand(String expand)
public EventNotification field(FieldDetails field)
public FieldDetails getField()
public void setField(FieldDetails field)
public EventNotification group(GroupName group)
public GroupName getGroup()
public void setGroup(GroupName group)
public EventNotification id(Long id)
public Long getId()
public void setId(Long id)
public EventNotification notificationType(EventNotification.NotificationTypeEnum notificationType)
public EventNotification.NotificationTypeEnum getNotificationType()
public void setNotificationType(EventNotification.NotificationTypeEnum notificationType)
public EventNotification parameter(String parameter)
public String getParameter()
public void setParameter(String parameter)
public EventNotification projectRole(ProjectRole projectRole)
public ProjectRole getProjectRole()
public void setProjectRole(ProjectRole projectRole)
public EventNotification recipient(String recipient)
public String getRecipient()
public void setRecipient(String recipient)
public EventNotification user(UserDetails user)
public UserDetails getUser()
public void setUser(UserDetails user)
Copyright © 2011–2023 Everit Kft.. All rights reserved.