Class ProjectProjectCategory

java.lang.Object
io.github.primelib.jira4j.restv2.model.ProjectProjectCategory

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

    • description

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

      protected String id
      The ID of the project category.
    • name

      protected String name
      The name of the project category. Required on create, optional on update.
    • self

      protected URI self
      The URL of the project category.
  • Constructor Details

    • ProjectProjectCategory

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

      @Internal public ProjectProjectCategory(String description, String id, String name, URI self)
      Constructs a validated instance of ProjectProjectCategory.

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

      Parameters:
      description - The description of the project category.
      id - The ID of the project category.
      name - The name of the project category. Required on create, optional on update.
      self - The URL of the project category.
    • ProjectProjectCategory

      protected ProjectProjectCategory()
  • Method Details