Klasse NotificationRestrict
java.lang.Object
io.github.primelib.jira4j.restv2.model.NotificationRestrict
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NotificationRestrict
extends Object
NotificationRestrict
-
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 ofNotificationRestrict
.NotificationRestrict
(List<String> groupIds, List<GroupName> groups, List<RestrictedPermission> permissions) Constructs a validated instance ofNotificationRestrict
. -
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
-
NotificationRestrict
Constructs a validated instance ofNotificationRestrict
.- Parameter:
spec
- the specification to process
-
NotificationRestrict
@Internal public NotificationRestrict(List<String> groupIds, List<GroupName> groups, List<RestrictedPermission> permissions) Constructs a validated instance ofNotificationRestrict
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
NotificationRestrict(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.
-
NotificationRestrict
protected NotificationRestrict()
-
-
Methodendetails
-
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
-