Class SetDefaultResolutionRequest
java.lang.Object
io.github.primelib.jira4j.restv3.model.SetDefaultResolutionRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SetDefaultResolutionRequest
extends Object
SetDefaultResolutionRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofSetDefaultResolutionRequest
.Constructs a validated instance ofSetDefaultResolutionRequest
. -
Method Summary
-
Field Details
-
id
The ID of the new default issue resolution. Must be an existing ID or null. Setting this to null erases the default resolution setting.
-
-
Constructor Details
-
SetDefaultResolutionRequest
Constructs a validated instance ofSetDefaultResolutionRequest
.- Parameters:
spec
- the specification to process
-
SetDefaultResolutionRequest
Constructs a validated instance ofSetDefaultResolutionRequest
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SetDefaultResolutionRequest(Consumer)
instead.- Parameters:
id
- The ID of the new default issue resolution. Must be an existing ID or null. Setting this to null erases the default resolution setting.
-
SetDefaultResolutionRequest
protected SetDefaultResolutionRequest()
-
-
Method Details
-
builder
-
id
The ID of the new default issue resolution. Must be an existing ID or null. Setting this to null erases the default resolution setting. -
id
The ID of the new default issue resolution. Must be an existing ID or null. Setting this to null erases the default resolution setting.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-