Klasse Priority

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

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

    • description

      protected String description
      The description of the issue priority.
    • iconUrl

      protected String iconUrl
      The URL of the icon for the issue priority.
    • id

      protected String id
      The ID of the issue priority.
    • isDefault

      protected Boolean isDefault
      Whether this priority is the default.
    • name

      protected String name
      The name of the issue priority.
    • self

      protected String self
      The URL of the issue priority.
    • statusColor

      protected String statusColor
      The color used to indicate the issue priority.
  • Konstruktordetails

    • Priority

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

      @Internal public Priority(String description, String iconUrl, String id, Boolean isDefault, String name, String self, String statusColor)
      Constructs a validated instance of Priority.

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

      Parameter:
      description - The description of the issue priority.
      iconUrl - The URL of the icon for the issue priority.
      id - The ID of the issue priority.
      isDefault - Whether this priority is the default.
      name - The name of the issue priority.
      self - The URL of the issue priority.
      statusColor - The color used to indicate the issue priority.
    • Priority

      protected Priority()
  • Methodendetails

    • builder

      public static Priority.PriorityBuilder builder()
    • description

      public String description()
      The description of the issue priority.
    • iconUrl

      public String iconUrl()
      The URL of the icon for the issue priority.
    • id

      public String id()
      The ID of the issue priority.
    • isDefault

      public Boolean isDefault()
      Whether this priority is the default.
    • name

      public String name()
      The name of the issue priority.
    • self

      public String self()
      The URL of the issue priority.
    • statusColor

      public String statusColor()
      The color used to indicate the issue priority.
    • description

      public Priority description(String description)
      The description of the issue priority.
      Gibt zurück:
      this.
    • iconUrl

      public Priority iconUrl(String iconUrl)
      The URL of the icon for the issue priority.
      Gibt zurück:
      this.
    • id

      public Priority id(String id)
      The ID of the issue priority.
      Gibt zurück:
      this.
    • isDefault

      public Priority isDefault(Boolean isDefault)
      Whether this priority is the default.
      Gibt zurück:
      this.
    • name

      public Priority name(String name)
      The name of the issue priority.
      Gibt zurück:
      this.
    • self

      public Priority self(String self)
      The URL of the issue priority.
      Gibt zurück:
      this.
    • statusColor

      public Priority statusColor(String statusColor)
      The color used to indicate the issue priority.
      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