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