Klasse DeleteVersionOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteVersionOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteVersionOperationSpec
extends Object
DeleteVersionSpec
Specification for the DeleteVersion operation.
Delete version
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
DeleteVersionOperationSpec
(String id, String moveFixIssuesTo, String moveAffectedIssuesTo) Constructs a validated instance ofDeleteVersionOperationSpec
.Constructs a validated instance ofDeleteVersionOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@NotNull String
id()
The ID of the version.The ID of the version.@Nullable String
The ID of the version to updateaffectedVersion
to when the field contains the deleted version.moveAffectedIssuesTo
(@Nullable String moveAffectedIssuesTo) The ID of the version to updateaffectedVersion
to when the field contains the deleted version.@Nullable String
The ID of the version to updatefixVersion
to when the field contains the deleted version.moveFixIssuesTo
(@Nullable String moveFixIssuesTo) The ID of the version to updatefixVersion
to when the field contains the deleted version.toString()
void
validate()
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
-
DeleteVersionOperationSpec
Constructs a validated instance ofDeleteVersionOperationSpec
.- Parameter:
spec
- the specification to process
-
DeleteVersionOperationSpec
@Internal public DeleteVersionOperationSpec(String id, String moveFixIssuesTo, String moveAffectedIssuesTo) Constructs a validated instance ofDeleteVersionOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id
- The ID of the version.moveFixIssuesTo
- The ID of the version to updatefixVersion
to when the field contains the deleted version. The replacement version must be in the same project as the version being deleted and cannot be the version being deleted.moveAffectedIssuesTo
- The ID of the version to updateaffectedVersion
to when the field contains the deleted version. The replacement version must be in the same project as the version being deleted and cannot be the version being deleted.
-
DeleteVersionOperationSpec
protected DeleteVersionOperationSpec()
-
-
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 version. -
moveFixIssuesTo
The ID of the version to updatefixVersion
to when the field contains the deleted version. The replacement version must be in the same project as the version being deleted and cannot be the version being deleted. -
moveAffectedIssuesTo
The ID of the version to updateaffectedVersion
to when the field contains the deleted version. The replacement version must be in the same project as the version being deleted and cannot be the version being deleted. -
id
The ID of the version.- Gibt zurück:
this
.
-
moveFixIssuesTo
The ID of the version to updatefixVersion
to when the field contains the deleted version. The replacement version must be in the same project as the version being deleted and cannot be the version being deleted.- Gibt zurück:
this
.
-
moveAffectedIssuesTo
public DeleteVersionOperationSpec moveAffectedIssuesTo(@Nullable @Nullable String moveAffectedIssuesTo) The ID of the version to updateaffectedVersion
to when the field contains the deleted version. The replacement version must be in the same project as the version being deleted and cannot be the version being deleted.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-