Klasse ProjectDetails

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class ProjectDetails extends Object
ProjectDetails
  • 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 ProjectDetails.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

    • ProjectDetails

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

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

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

      Parameter:
      avatarUrls - avatarUrls
      id - The ID of the project.
      key - The key of the project.
      name - The name of the project.
      projectCategory - projectCategory
      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.
    • ProjectDetails

      protected ProjectDetails()
  • Methodendetails