Klasse RemoteObjectStatus
java.lang.Object
io.github.primelib.jira4j.restv3.model.RemoteObjectStatus
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoteObjectStatus
extends Object
RemoteObjectStatus
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StatusIcon
protected Boolean
Whether the item is resolved. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
RemoteObjectStatus
(StatusIcon icon, Boolean resolved) Constructs a validated instance ofRemoteObjectStatus
.Constructs a validated instance ofRemoteObjectStatus
. -
Methodenübersicht
-
Felddetails
-
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.
-
-
Konstruktordetails
-
RemoteObjectStatus
Constructs a validated instance ofRemoteObjectStatus
.- Parameter:
spec
- the specification to process
-
RemoteObjectStatus
Constructs a validated instance ofRemoteObjectStatus
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
RemoteObjectStatus(Consumer)
instead.- Parameter:
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.
-
RemoteObjectStatus
protected RemoteObjectStatus()
-
-
Methodendetails
-
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
- Gibt zurück:
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.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-