Klasse NotificationRecipients
java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationRecipients
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NotificationRecipients
extends Object
NotificationRecipients
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Boolean
Whether the notification should be sent to the issue's assignees.List of groupIds to receive the notification.List of groups to receive the notification.protected Boolean
Whether the notification should be sent to the issue's reporter.protected List<UserDetails>
List of users to receive the notification.protected Boolean
Whether the notification should be sent to the issue's voters.protected Boolean
Whether the notification should be sent to the issue's watchers. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
NotificationRecipients
(Boolean assignee, List<String> groupIds, List<GroupName> groups, Boolean reporter, List<UserDetails> users, Boolean voters, Boolean watchers) Constructs a validated instance ofNotificationRecipients
.Constructs a validated instance ofNotificationRecipients
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungassignee()
Whether the notification should be sent to the issue's assignees.Whether the notification should be sent to the issue's assignees.builder()
protected boolean
boolean
groupIds()
List of groupIds to receive the notification.List of groupIds to receive the notification.groups()
List of groups to receive the notification.List of groups to receive the notification.int
hashCode()
reporter()
Whether the notification should be sent to the issue's reporter.Whether the notification should be sent to the issue's reporter.toString()
users()
List of users to receive the notification.users
(List<UserDetails> users) List of users to receive the notification.voters()
Whether the notification should be sent to the issue's voters.Whether the notification should be sent to the issue's voters.watchers()
Whether the notification should be sent to the issue's watchers.Whether the notification should be sent to the issue's watchers.
-
Felddetails
-
assignee
Whether the notification should be sent to the issue's assignees. -
groupIds
List of groupIds to receive the notification. -
groups
List of groups to receive the notification. -
reporter
Whether the notification should be sent to the issue's reporter. -
users
List of users to receive the notification. -
voters
Whether the notification should be sent to the issue's voters. -
watchers
Whether the notification should be sent to the issue's watchers.
-
-
Konstruktordetails
-
NotificationRecipients
Constructs a validated instance ofNotificationRecipients
.- Parameter:
spec
- the specification to process
-
NotificationRecipients
@Internal public NotificationRecipients(Boolean assignee, List<String> groupIds, List<GroupName> groups, Boolean reporter, List<UserDetails> users, Boolean voters, Boolean watchers) Constructs a validated instance ofNotificationRecipients
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
NotificationRecipients(Consumer)
instead.- Parameter:
assignee
- Whether the notification should be sent to the issue's assignees.groupIds
- List of groupIds to receive the notification.groups
- List of groups to receive the notification.reporter
- Whether the notification should be sent to the issue's reporter.users
- List of users to receive the notification.voters
- Whether the notification should be sent to the issue's voters.watchers
- Whether the notification should be sent to the issue's watchers.
-
NotificationRecipients
protected NotificationRecipients()
-
-
Methodendetails
-
builder
-
assignee
Whether the notification should be sent to the issue's assignees. -
groupIds
List of groupIds to receive the notification. -
groups
List of groups to receive the notification. -
reporter
Whether the notification should be sent to the issue's reporter. -
users
List of users to receive the notification. -
voters
Whether the notification should be sent to the issue's voters. -
watchers
Whether the notification should be sent to the issue's watchers. -
assignee
Whether the notification should be sent to the issue's assignees.- Gibt zurück:
this
.
-
groupIds
List of groupIds to receive the notification.- Gibt zurück:
this
.
-
groups
List of groups to receive the notification.- Gibt zurück:
this
.
-
reporter
Whether the notification should be sent to the issue's reporter.- Gibt zurück:
this
.
-
users
List of users to receive the notification.- Gibt zurück:
this
.
-
voters
Whether the notification should be sent to the issue's voters.- Gibt zurück:
this
.
-
watchers
Whether the notification should be sent to the issue's watchers.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-