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