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