Class ProjectCategory
java.lang.Object
io.github.primelib.jira4j.restv2.model.ProjectCategory
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectCategory
extends Object
ProjectCategory
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ProjectCategory
(String description, String id, String name, URI self) Constructs a validated instance ofProjectCategory
.Constructs a validated instance ofProjectCategory
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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()
-
Field Details
-
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.
-
-
Constructor Details
-
ProjectCategory
Constructs a validated instance ofProjectCategory
.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this
.
-
id
The ID of the project category.- Returns:
this
.
-
name
The name of the project category. Required on create, optional on update.- Returns:
this
.
-
self
The URL of the project category.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-