Class StatusMetadata
java.lang.Object
io.github.primelib.jira4j.restv3.model.StatusMetadata
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StatusMetadata
extends Object
StatusMetadata
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The category of the status.static class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
StatusMetadata
(StatusMetadata.CategoryEnum category, String id, String name) Constructs a validated instance ofStatusMetadata
.StatusMetadata
(Consumer<StatusMetadata> spec) Constructs a validated instance ofStatusMetadata
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
category()
The category of the status.category
(StatusMetadata.CategoryEnum category) The category of the status.boolean
int
hashCode()
id()
The ID of the status.The ID of the status.name()
The name of the status.The name of the status.toString()
-
Field Details
-
category
The category of the status. -
id
The ID of the status. -
name
The name of the status.
-
-
Constructor Details
-
StatusMetadata
Constructs a validated instance ofStatusMetadata
.- Parameters:
spec
- the specification to process
-
StatusMetadata
Constructs a validated instance ofStatusMetadata
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
StatusMetadata(Consumer)
instead.- Parameters:
category
- The category of the status.id
- The ID of the status.name
- The name of the status.
-
StatusMetadata
protected StatusMetadata()
-
-
Method Details
-
builder
-
category
The category of the status. -
id
The ID of the status. -
name
The name of the status. -
category
The category of the status.- Returns:
this
.
-
id
The ID of the status.- Returns:
this
.
-
name
The name of the status.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-