Class NotificationRestrict.NotificationRestrictBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.NotificationRestrict.NotificationRestrictBuilder
- Enclosing class:
- NotificationRestrict
-
Method Summary
Modifier and TypeMethodDescriptionbuild()List of groupId memberships required to receive the notification.List of group memberships required to receive the notification.permissions(List<RestrictedPermission> permissions) List of permissions required to receive the notification.toString()
-
Method Details
-
groupIds
List of groupId memberships required to receive the notification.- Returns:
this.
-
groups
List of group memberships required to receive the notification.- Returns:
this.
-
permissions
public NotificationRestrict.NotificationRestrictBuilder permissions(List<RestrictedPermission> permissions) List of permissions required to receive the notification.- Returns:
this.
-
build
-
toString
-