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