Klasse ScopeProject

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

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

    • avatarUrls

      protected ProjectAvatarUrls avatarUrls
    • id

      protected String id
      The ID of the project.
    • key

      protected String key
      The key of the project.
    • name

      protected String name
      The name of the project.
    • projectCategory

      protected ProjectDetailsProjectCategory projectCategory
    • projectTypeKey

      protected ScopeProject.ProjectTypeKeyEnum projectTypeKey
      The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.
    • self

      protected String self
      The URL of the project details.
    • simplified

      protected Boolean simplified
      Whether or not the project is simplified.
  • Konstruktordetails

    • ScopeProject

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

      @Internal public ScopeProject(ProjectAvatarUrls avatarUrls, String id, String key, String name, ProjectDetailsProjectCategory projectCategory, ScopeProject.ProjectTypeKeyEnum projectTypeKey, String self, Boolean simplified)
      Constructs a validated instance of ScopeProject.

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

      Parameter:
      avatarUrls - var.name
      id - The ID of the project.
      key - The key of the project.
      name - The name of the project.
      projectCategory - var.name
      projectTypeKey - The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.
      self - The URL of the project details.
      simplified - Whether or not the project is simplified.
    • ScopeProject

      protected ScopeProject()
  • Methodendetails