Class Status
java.lang.Object
io.github.primelib.jira4j.restv2.model.Status
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Status
extends Object
Status
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
icon
-
resolved
Whether the item is resolved. If set to "true", the link to the issue is displayed in a strikethrough font, otherwise the link displays in normal font.
-
-
Constructor Details
-
Status
Constructs a validated instance ofStatus
.- Parameters:
spec
- the specification to process
-
Status
Constructs a validated instance ofStatus
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Status(Consumer)
instead.- Parameters:
icon
- iconresolved
- Whether the item is resolved. If set to "true", the link to the issue is displayed in a strikethrough font, otherwise the link displays in normal font.
-
Status
protected Status()
-
-
Method Details
-
builder
-
icon
-
resolved
Whether the item is resolved. If set to "true", the link to the issue is displayed in a strikethrough font, otherwise the link displays in normal font. -
icon
- Returns:
this
.
-
resolved
Whether the item is resolved. If set to "true", the link to the issue is displayed in a strikethrough font, otherwise the link displays in normal font.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-