Klasse ProjectRoleDetails

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class ProjectRoleDetails extends Object
ProjectRoleDetails
  • Felddetails

    • admin

      protected Boolean admin
      Whether this role is the admin role for the project.
    • _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.
  • Konstruktordetails

    • ProjectRoleDetails

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

      @Internal public ProjectRoleDetails(Boolean admin, Boolean _default, String description, Long id, String name, Boolean roleConfigurable, ProjectRoleScope scope, URI self, String translatedName)
      Constructs a validated instance of ProjectRoleDetails.

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

      Parameter:
      admin - Whether this role is the admin role for the project.
      _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.
    • ProjectRoleDetails

      protected ProjectRoleDetails()
  • Methodendetails

    • builder

    • admin

      public Boolean admin()
      Whether this role is the admin role for the project.
    • _default

      public Boolean _default()
      Whether this role is the default role for the project.
    • description

      public String description()
      The description of the project role.
    • id

      public Long id()
      The ID of the project role.
    • name

      public String name()
      The name of the project role.
    • roleConfigurable

      public Boolean roleConfigurable()
      Whether the roles are configurable for this project.
    • scope

      public ProjectRoleScope scope()
    • self

      public URI self()
      The URL the project role details.
    • translatedName

      public String translatedName()
      The translated name of the project role.
    • admin

      public ProjectRoleDetails admin(Boolean admin)
      Whether this role is the admin role for the project.
      Gibt zurück:
      this.
    • _default

      public ProjectRoleDetails _default(Boolean _default)
      Whether this role is the default role for the project.
      Gibt zurück:
      this.
    • description

      public ProjectRoleDetails description(String description)
      The description of the project role.
      Gibt zurück:
      this.
    • id

      public ProjectRoleDetails id(Long id)
      The ID of the project role.
      Gibt zurück:
      this.
    • name

      public ProjectRoleDetails name(String name)
      The name of the project role.
      Gibt zurück:
      this.
    • roleConfigurable

      public ProjectRoleDetails roleConfigurable(Boolean roleConfigurable)
      Whether the roles are configurable for this project.
      Gibt zurück:
      this.
    • scope

      public ProjectRoleDetails scope(ProjectRoleScope scope)
      Gibt zurück:
      this.
    • self

      public ProjectRoleDetails self(URI self)
      The URL the project role details.
      Gibt zurück:
      this.
    • translatedName

      public ProjectRoleDetails translatedName(String translatedName)
      The translated name of the project role.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object