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