Class Resolution
java.lang.Object
io.github.primelib.jira4j.restv2.model.Resolution
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Resolution
extends Object
Resolution
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Resolution
(String description, String id, String name, URI self) Constructs a validated instance ofResolution
.Resolution
(Consumer<Resolution> spec) Constructs a validated instance ofResolution
. -
Method Summary
Modifier and TypeMethodDescriptionstatic Resolution.ResolutionBuilder
builder()
protected boolean
The description of the issue resolution.description
(String description) The description of the issue resolution.boolean
int
hashCode()
id()
The ID of the issue resolution.The ID of the issue resolution.name()
The name of the issue resolution.The name of the issue resolution.self()
The URL of the issue resolution.The URL of the issue resolution.toString()
-
Field Details
-
description
The description of the issue resolution. -
id
The ID of the issue resolution. -
name
The name of the issue resolution. -
self
The URL of the issue resolution.
-
-
Constructor Details
-
Resolution
Constructs a validated instance ofResolution
.- Parameters:
spec
- the specification to process
-
Resolution
Constructs a validated instance ofResolution
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Resolution(Consumer)
instead.- Parameters:
description
- The description of the issue resolution.id
- The ID of the issue resolution.name
- The name of the issue resolution.self
- The URL of the issue resolution.
-
Resolution
protected Resolution()
-
-
Method Details
-
builder
-
description
The description of the issue resolution. -
id
The ID of the issue resolution. -
name
The name of the issue resolution. -
self
The URL of the issue resolution. -
description
The description of the issue resolution.- Returns:
this
.
-
id
The ID of the issue resolution.- Returns:
this
.
-
name
The name of the issue resolution.- Returns:
this
.
-
self
The URL of the issue resolution.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-