Klasse UpdateResolutionDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.UpdateResolutionDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateResolutionDetails
extends Object
UpdateResolutionDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
UpdateResolutionDetails
(String description, String name) Constructs a validated instance ofUpdateResolutionDetails
.Constructs a validated instance ofUpdateResolutionDetails
. -
Methodenübersicht
-
Felddetails
-
description
The description of the resolution. -
name
The name of the resolution. Must be unique.
-
-
Konstruktordetails
-
UpdateResolutionDetails
Constructs a validated instance ofUpdateResolutionDetails
.- Parameter:
spec
- the specification to process
-
UpdateResolutionDetails
Constructs a validated instance ofUpdateResolutionDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UpdateResolutionDetails(Consumer)
instead.- Parameter:
description
- The description of the resolution.name
- The name of the resolution. Must be unique.
-
UpdateResolutionDetails
protected UpdateResolutionDetails()
-
-
Methodendetails
-
builder
-
description
The description of the resolution. -
name
The name of the resolution. Must be unique. -
description
The description of the resolution.- Gibt zurück:
this
.
-
name
The name of the resolution. Must be unique.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-