Klasse Resolution
java.lang.Object
io.github.primelib.jira4j.restv2.model.Resolution
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Resolution
extends Object
Resolution
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Resolution
(String description, String id, String name, URI self) Constructs a validated instance ofResolution
.Resolution
(Consumer<Resolution> spec) Constructs a validated instance ofResolution
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Resolution.ResolutionBuilder
builder()
protected boolean
The description of the issue resolution.description
(String description) The description of the issue resolution.boolean
int
hashCode()
id()
The ID of the issue resolution.The ID of the issue resolution.name()
The name of the issue resolution.The name of the issue resolution.self()
The URL of the issue resolution.The URL of the issue resolution.toString()
-
Felddetails
-
description
The description of the issue resolution. -
id
The ID of the issue resolution. -
name
The name of the issue resolution. -
self
The URL of the issue resolution.
-
-
Konstruktordetails
-
Resolution
Constructs a validated instance ofResolution
.- Parameter:
spec
- the specification to process
-
Resolution
Constructs a validated instance ofResolution
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Resolution(Consumer)
instead.- Parameter:
description
- The description of the issue resolution.id
- The ID of the issue resolution.name
- The name of the issue resolution.self
- The URL of the issue resolution.
-
Resolution
protected Resolution()
-
-
Methodendetails
-
builder
-
description
The description of the issue resolution. -
id
The ID of the issue resolution. -
name
The name of the issue resolution. -
self
The URL of the issue resolution. -
description
The description of the issue resolution.- Gibt zurück:
this
.
-
id
The ID of the issue resolution.- Gibt zurück:
this
.
-
name
The name of the issue resolution.- Gibt zurück:
this
.
-
self
The URL of the issue resolution.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-