Klasse StatusCategory

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

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

    • colorName

      protected String colorName
      The name of the color used to represent the status category.
    • id

      protected Long id
      The ID of the status category.
    • key

      protected String key
      The key of the status category.
    • name

      protected String name
      The name of the status category.
    • self

      protected String self
      The URL of the status category.
  • Konstruktordetails

    • StatusCategory

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

      @Internal public StatusCategory(String colorName, Long id, String key, String name, String self)
      Constructs a validated instance of StatusCategory.

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

      Parameter:
      colorName - The name of the color used to represent the status category.
      id - The ID of the status category.
      key - The key of the status category.
      name - The name of the status category.
      self - The URL of the status category.
    • StatusCategory

      protected StatusCategory()
  • Methodendetails

    • builder

      public static StatusCategory.StatusCategoryBuilder builder()
    • colorName

      public String colorName()
      The name of the color used to represent the status category.
    • id

      public Long id()
      The ID of the status category.
    • key

      public String key()
      The key of the status category.
    • name

      public String name()
      The name of the status category.
    • self

      public String self()
      The URL of the status category.
    • colorName

      public StatusCategory colorName(String colorName)
      The name of the color used to represent the status category.
      Gibt zurück:
      this.
    • id

      public StatusCategory id(Long id)
      The ID of the status category.
      Gibt zurück:
      this.
    • key

      public StatusCategory key(String key)
      The key of the status category.
      Gibt zurück:
      this.
    • name

      public StatusCategory name(String name)
      The name of the status category.
      Gibt zurück:
      this.
    • self

      public StatusCategory self(String self)
      The URL of the status category.
      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