Klasse NotificationRecipientsRestrictions
java.lang.Object
io.github.primelib.jira4j.restv3.model.NotificationRecipientsRestrictions
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NotificationRecipientsRestrictions
extends Object
NotificationRecipientsRestrictions
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungList of groupId memberships required to receive the notification.List of group memberships required to receive the notification.protected List<RestrictedPermission>
List of permissions required to receive the notification. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofNotificationRecipientsRestrictions
.NotificationRecipientsRestrictions
(List<String> groupIds, List<GroupName> groups, List<RestrictedPermission> permissions) Constructs a validated instance ofNotificationRecipientsRestrictions
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
groupIds()
List of groupId memberships required to receive the notification.List of groupId memberships required to receive the notification.groups()
List of group memberships required to receive the notification.List of group memberships required to receive the notification.int
hashCode()
List of permissions required to receive the notification.permissions
(List<RestrictedPermission> permissions) List of permissions required to receive the notification.toString()
-
Felddetails
-
groupIds
List of groupId memberships required to receive the notification. -
groups
List of group memberships required to receive the notification. -
permissions
List of permissions required to receive the notification.
-
-
Konstruktordetails
-
NotificationRecipientsRestrictions
Constructs a validated instance ofNotificationRecipientsRestrictions
.- Parameter:
spec
- the specification to process
-
NotificationRecipientsRestrictions
@Internal public NotificationRecipientsRestrictions(List<String> groupIds, List<GroupName> groups, List<RestrictedPermission> permissions) Constructs a validated instance ofNotificationRecipientsRestrictions
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
NotificationRecipientsRestrictions(Consumer)
instead.- Parameter:
groupIds
- List of groupId memberships required to receive the notification.groups
- List of group memberships required to receive the notification.permissions
- List of permissions required to receive the notification.
-
NotificationRecipientsRestrictions
protected NotificationRecipientsRestrictions()
-
-
Methodendetails
-
builder
public static NotificationRecipientsRestrictions.NotificationRecipientsRestrictionsBuilder builder() -
groupIds
List of groupId memberships required to receive the notification. -
groups
List of group memberships required to receive the notification. -
permissions
List of permissions required to receive the notification. -
groupIds
List of groupId memberships required to receive the notification.- Gibt zurück:
this
.
-
groups
List of group memberships required to receive the notification.- Gibt zurück:
this
.
-
permissions
List of permissions required to receive the notification.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-