Class RemoteObjectStatus
java.lang.Object
io.github.primelib.jira4j.restv3.model.RemoteObjectStatus
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoteObjectStatus
extends Object
RemoteObjectStatus
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StatusIcon
protected Boolean
Whether the item is resolved. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RemoteObjectStatus
(StatusIcon icon, Boolean resolved) Constructs a validated instance ofRemoteObjectStatus
.Constructs a validated instance ofRemoteObjectStatus
. -
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
-
RemoteObjectStatus
Constructs a validated instance ofRemoteObjectStatus
.- Parameters:
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.- 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.
-
RemoteObjectStatus
protected RemoteObjectStatus()
-
-
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
-