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
  • Felddetails

    • groupIds

      protected List<String> groupIds
      List of groupId memberships required to receive the notification.
    • groups

      protected List<GroupName> groups
      List of group memberships required to receive the notification.
    • permissions

      protected List<RestrictedPermission> permissions
      List of permissions required to receive the notification.
  • Konstruktordetails

    • NotificationRestrict

      public NotificationRestrict(Consumer<NotificationRestrict> spec)
      Constructs a validated instance of NotificationRestrict.
      Parameter:
      spec - the specification to process
    • NotificationRestrict

      @Internal public NotificationRestrict(List<String> groupIds, List<GroupName> groups, List<RestrictedPermission> permissions)
      Constructs a validated instance of NotificationRestrict.

      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