@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class NotificationRecipients extends Object
| Constructor and Description |
|---|
NotificationRecipients() |
| Modifier and Type | Method and Description |
|---|---|
NotificationRecipients |
addGroupIdsItem(String groupIdsItem) |
NotificationRecipients |
addGroupsItem(GroupName groupsItem) |
NotificationRecipients |
addUsersItem(UserDetails usersItem) |
Map<String,Object> |
any() |
NotificationRecipients |
assignee(Boolean assignee) |
boolean |
equals(Object o) |
Boolean |
getAssignee()
Whether the notification should be sent to the issue's assignees.
|
List<String> |
getGroupIds()
List of groupIds to receive the notification.
|
List<GroupName> |
getGroups()
List of groups to receive the notification.
|
Boolean |
getReporter()
Whether the notification should be sent to the issue's reporter.
|
List<UserDetails> |
getUsers()
List of users to receive the notification.
|
Boolean |
getVoters()
Whether the notification should be sent to the issue's voters.
|
Boolean |
getWatchers()
Whether the notification should be sent to the issue's watchers.
|
NotificationRecipients |
groupIds(List<String> groupIds) |
NotificationRecipients |
groups(List<GroupName> groups) |
int |
hashCode() |
NotificationRecipients |
reporter(Boolean reporter) |
void |
set(String name,
Object value) |
void |
setAssignee(Boolean assignee) |
void |
setGroupIds(List<String> groupIds) |
void |
setGroups(List<GroupName> groups) |
void |
setReporter(Boolean reporter) |
void |
setUsers(List<UserDetails> users) |
void |
setVoters(Boolean voters) |
void |
setWatchers(Boolean watchers) |
String |
toString() |
NotificationRecipients |
users(List<UserDetails> users) |
NotificationRecipients |
voters(Boolean voters) |
NotificationRecipients |
watchers(Boolean watchers) |
public NotificationRecipients assignee(Boolean assignee)
public Boolean getAssignee()
public void setAssignee(Boolean assignee)
public NotificationRecipients groupIds(List<String> groupIds)
public NotificationRecipients addGroupIdsItem(String groupIdsItem)
public List<String> getGroupIds()
public NotificationRecipients groups(List<GroupName> groups)
public NotificationRecipients addGroupsItem(GroupName groupsItem)
public List<GroupName> getGroups()
public NotificationRecipients reporter(Boolean reporter)
public Boolean getReporter()
public void setReporter(Boolean reporter)
public NotificationRecipients users(List<UserDetails> users)
public NotificationRecipients addUsersItem(UserDetails usersItem)
public List<UserDetails> getUsers()
public void setUsers(List<UserDetails> users)
public NotificationRecipients voters(Boolean voters)
public Boolean getVoters()
public void setVoters(Boolean voters)
public NotificationRecipients watchers(Boolean watchers)
public Boolean getWatchers()
public void setWatchers(Boolean watchers)
Copyright © 2011–2023 Everit Kft.. All rights reserved.