@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class NotificationRecipients extends Object
| Constructor and Description |
|---|
NotificationRecipients() |
| Modifier and Type | Method and Description |
|---|---|
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<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 |
groups(List<GroupName> groups) |
int |
hashCode() |
NotificationRecipients |
reporter(Boolean reporter) |
void |
set(String name,
Object value) |
void |
setAssignee(Boolean assignee) |
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 reporter(Boolean reporter)
public Boolean getReporter()
public void setReporter(Boolean reporter)
public NotificationRecipients assignee(Boolean assignee)
public Boolean getAssignee()
public void setAssignee(Boolean assignee)
public NotificationRecipients watchers(Boolean watchers)
public Boolean getWatchers()
public void setWatchers(Boolean watchers)
public NotificationRecipients voters(Boolean voters)
public Boolean getVoters()
public void setVoters(Boolean voters)
public NotificationRecipients users(List<UserDetails> users)
public NotificationRecipients addUsersItem(UserDetails usersItem)
public List<UserDetails> getUsers()
public void setUsers(List<UserDetails> users)
public NotificationRecipients groups(List<GroupName> groups)
public NotificationRecipients addGroupsItem(GroupName groupsItem)
public List<GroupName> getGroups()
Copyright © 2011–2021 Everit Kft.. All rights reserved.