Class ProjectProjectCategory
java.lang.Object
io.github.primelib.jira4j.restv3.model.ProjectProjectCategory
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectProjectCategory
extends Object
ProjectProjectCategory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ProjectProjectCategory
(String description, String id, String name, URI self) Constructs a validated instance ofProjectProjectCategory
.Constructs a validated instance ofProjectProjectCategory
. -
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
-
ProjectProjectCategory
Constructs a validated instance ofProjectProjectCategory
.- Parameters:
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.- 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.
-
ProjectProjectCategory
protected ProjectProjectCategory()
-
-
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
-