Class EventNotificationProjectRole

java.lang.Object
io.github.primelib.jira4j.restv3.model.EventNotificationProjectRole

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class EventNotificationProjectRole extends Object
EventNotificationProjectRole
  • Field Details

    • actors

      protected List<RoleActor> actors
      The list of users who act in this role.
    • admin

      protected Boolean admin
      Whether this role is the admin role for the project.
    • currentUserRole

      protected Boolean currentUserRole
      Whether the calling user is part of this role.
    • _default

      protected Boolean _default
      Whether this role is the default role for the project
    • description

      protected String description
      The description of the project role.
    • id

      protected Long id
      The ID of the project role.
    • name

      protected String name
      The name of the project role.
    • roleConfigurable

      protected Boolean roleConfigurable
      Whether the roles are configurable for this project.
    • scope

      protected ProjectRoleScope scope
    • self

      protected URI self
      The URL the project role details.
    • translatedName

      protected String translatedName
      The translated name of the project role.
  • Constructor Details

    • EventNotificationProjectRole

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

      @Internal public EventNotificationProjectRole(List<RoleActor> actors, Boolean admin, Boolean currentUserRole, Boolean _default, String description, Long id, String name, Boolean roleConfigurable, ProjectRoleScope scope, URI self, String translatedName)
      Constructs a validated instance of EventNotificationProjectRole.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using EventNotificationProjectRole(Consumer) instead.

      Parameters:
      actors - The list of users who act in this role.
      admin - Whether this role is the admin role for the project.
      currentUserRole - Whether the calling user is part of this role.
      _default - Whether this role is the default role for the project
      description - The description of the project role.
      id - The ID of the project role.
      name - The name of the project role.
      roleConfigurable - Whether the roles are configurable for this project.
      scope - scope
      self - The URL the project role details.
      translatedName - The translated name of the project role.
    • EventNotificationProjectRole

      protected EventNotificationProjectRole()
  • Method Details