Klasse UpdateResolutionOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.UpdateResolutionOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateResolutionOperationSpec
extends Object
UpdateResolutionSpec
Specification for the UpdateResolution operation.
Update resolution
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateResolutionOperationSpec(String id, UpdateResolutionDetails updateResolutionDetails) Constructs a validated instance ofUpdateResolutionOperationSpec.Constructs a validated instance ofUpdateResolutionOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull Stringid()The ID of the issue resolution.The ID of the issue resolution.toString()@NotNull UpdateResolutionDetailsupdateResolutionDetails(@NotNull UpdateResolutionDetails updateResolutionDetails) voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
UpdateResolutionOperationSpec
Constructs a validated instance ofUpdateResolutionOperationSpec.- Parameter:
spec- the specification to process
-
UpdateResolutionOperationSpec
@Internal public UpdateResolutionOperationSpec(String id, UpdateResolutionDetails updateResolutionDetails) Constructs a validated instance ofUpdateResolutionOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the issue resolution.updateResolutionDetails-
-
UpdateResolutionOperationSpec
protected UpdateResolutionOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
id
The ID of the issue resolution. -
updateResolutionDetails
-
id
The ID of the issue resolution.- Gibt zurück:
this.
-
updateResolutionDetails
public UpdateResolutionOperationSpec updateResolutionDetails(@NotNull @NotNull UpdateResolutionDetails updateResolutionDetails) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-