Class StatusCreate
java.lang.Object
io.github.primelib.jira4j.restv3.model.StatusCreate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StatusCreate
extends Object
StatusCreate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe category of the status.static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe description of the status.protected StringThe name of the status.protected StatusCreate.StatusCategoryEnumThe category of the status. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStatusCreate(String description, String name, StatusCreate.StatusCategoryEnum statusCategory) Constructs a validated instance ofStatusCreate.StatusCreate(Consumer<StatusCreate> spec) Constructs a validated instance ofStatusCreate. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanThe description of the status.description(String description) The description of the status.booleaninthashCode()name()The name of the status.The name of the status.The category of the status.statusCategory(StatusCreate.StatusCategoryEnum statusCategory) The category of the status.toString()
-
Field Details
-
description
The description of the status. -
name
The name of the status. -
statusCategory
The category of the status.
-
-
Constructor Details
-
StatusCreate
Constructs a validated instance ofStatusCreate.- Parameters:
spec- the specification to process
-
StatusCreate
@Internal public StatusCreate(String description, String name, StatusCreate.StatusCategoryEnum statusCategory) Constructs a validated instance ofStatusCreate.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
StatusCreate(Consumer)instead.- Parameters:
description- The description of the status.name- The name of the status.statusCategory- The category of the status.
-
StatusCreate
protected StatusCreate()
-
-
Method Details
-
builder
-
description
The description of the status. -
name
The name of the status. -
statusCategory
The category of the status. -
description
The description of the status.- Returns:
this.
-
name
The name of the status.- Returns:
this.
-
statusCategory
The category of the status.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-