Klasse ProjectCategory
java.lang.Object
io.github.primelib.jira4j.restv2.model.ProjectCategory
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectCategory
extends Object
ProjectCategory
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ProjectCategory
(String description, String id, String name, URI self) Constructs a validated instance ofProjectCategory
.Constructs a validated instance ofProjectCategory
. -
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
-
ProjectCategory
Constructs a validated instance ofProjectCategory
.- Parameter:
spec
- the specification to process
-
ProjectCategory
Constructs a validated instance ofProjectCategory
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ProjectCategory(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.
-
ProjectCategory
protected ProjectCategory()
-
-
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
-