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