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