Class UpdatedProjectCategory

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

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

    • description

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

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

      protected String name
      The description of the project category.
    • self

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

    • UpdatedProjectCategory

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

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

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

      Parameters:
      description - The name of the project category.
      id - The ID of the project category.
      name - The description of the project category.
      self - The URL of the project category.
    • UpdatedProjectCategory

      protected UpdatedProjectCategory()
  • Method Details