Class ProjectDetailsProjectCategory
java.lang.Object
io.github.primelib.jira4j.restv2.model.ProjectDetailsProjectCategory
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ProjectDetailsProjectCategory
extends Object
ProjectDetailsProjectCategory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ProjectDetailsProjectCategory
(String description, String id, String name, String self) Constructs a validated instance ofProjectDetailsProjectCategory
.Constructs a validated instance ofProjectDetailsProjectCategory
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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()
-
Field Details
-
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.
-
-
Constructor Details
-
ProjectDetailsProjectCategory
Constructs a validated instance ofProjectDetailsProjectCategory
.- Parameters:
spec
- the specification to process
-
ProjectDetailsProjectCategory
@Internal public ProjectDetailsProjectCategory(String description, String id, String name, String self) Constructs a validated instance ofProjectDetailsProjectCategory
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ProjectDetailsProjectCategory(Consumer)
instead.- Parameters:
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.
-
ProjectDetailsProjectCategory
protected ProjectDetailsProjectCategory()
-
-
Method Details
-
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.- Returns:
this
.
-
id
The ID of the project category.- Returns:
this
.
-
name
The description of the project category.- Returns:
this
.
-
self
The URL of the project category.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-