Class CreateResolutionDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.CreateResolutionDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateResolutionDetails
extends Object
CreateResolutionDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CreateResolutionDetails
(String description, String name) Constructs a validated instance ofCreateResolutionDetails
.Constructs a validated instance ofCreateResolutionDetails
. -
Method Summary
-
Field Details
-
description
The description of the resolution. -
name
The name of the resolution. Must be unique (case-insensitive).
-
-
Constructor Details
-
CreateResolutionDetails
Constructs a validated instance ofCreateResolutionDetails
.- Parameters:
spec
- the specification to process
-
CreateResolutionDetails
Constructs a validated instance ofCreateResolutionDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreateResolutionDetails(Consumer)
instead.- Parameters:
description
- The description of the resolution.name
- The name of the resolution. Must be unique (case-insensitive).
-
CreateResolutionDetails
protected CreateResolutionDetails()
-
-
Method Details
-
builder
-
description
The description of the resolution. -
name
The name of the resolution. Must be unique (case-insensitive). -
description
The description of the resolution.- Returns:
this
.
-
name
The name of the resolution. Must be unique (case-insensitive).- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-