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