Klasse StatusDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.StatusDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StatusDetails
extends Object
StatusDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The description of the status.protected String
The URL of the icon used to represent the status.protected String
The ID of the status.protected String
The name of the status.protected String
The URL of the status.protected StatusDetailsStatusCategory
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
StatusDetails
(String description, String iconUrl, String id, String name, String self, StatusDetailsStatusCategory statusCategory) Constructs a validated instance ofStatusDetails
.StatusDetails
(Consumer<StatusDetails> spec) Constructs a validated instance ofStatusDetails
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The description of the status.description
(String description) The description of the status.boolean
int
hashCode()
iconUrl()
The URL of the icon used to represent the status.The URL of the icon used to represent the status.id()
The ID of the status.The ID of the status.name()
The name of the status.The name of the status.self()
The URL of the status.The URL of the status.statusCategory
(StatusDetailsStatusCategory statusCategory) toString()
-
Felddetails
-
description
The description of the status. -
iconUrl
The URL of the icon used to represent the status. -
id
The ID of the status. -
name
The name of the status. -
self
The URL of the status. -
statusCategory
-
-
Konstruktordetails
-
StatusDetails
Constructs a validated instance ofStatusDetails
.- Parameter:
spec
- the specification to process
-
StatusDetails
@Internal public StatusDetails(String description, String iconUrl, String id, String name, String self, StatusDetailsStatusCategory statusCategory) Constructs a validated instance ofStatusDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
StatusDetails(Consumer)
instead.- Parameter:
description
- The description of the status.iconUrl
- The URL of the icon used to represent the status.id
- The ID of the status.name
- The name of the status.self
- The URL of the status.statusCategory
- var.name
-
StatusDetails
protected StatusDetails()
-
-
Methodendetails
-
builder
-
description
The description of the status. -
iconUrl
The URL of the icon used to represent the status. -
id
The ID of the status. -
name
The name of the status. -
self
The URL of the status. -
statusCategory
-
description
The description of the status.- Gibt zurück:
this
.
-
iconUrl
The URL of the icon used to represent the status.- Gibt zurück:
this
.
-
id
The ID of the status.- Gibt zurück:
this
.
-
name
The name of the status.- Gibt zurück:
this
.
-
self
The URL of the status.- Gibt zurück:
this
.
-
statusCategory
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-