Klasse StatusDetailsStatusCategory

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

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

    • StatusDetailsStatusCategory

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

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

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using StatusDetailsStatusCategory(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.
    • StatusDetailsStatusCategory

      protected StatusDetailsStatusCategory()
  • Methodendetails