Klasse DeleteAndReplaceVersionBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.DeleteAndReplaceVersionBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteAndReplaceVersionBean
extends Object
DeleteAndReplaceVersionBean
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<CustomFieldReplacement>
An array of custom field IDs (customFieldId
) and version IDs (moveTo
) to update when the fields contain the deleted version.protected Long
The ID of the version to updateaffectedVersion
to when the field contains the deleted version.protected Long
The ID of the version to updatefixVersion
to when the field contains the deleted version. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofDeleteAndReplaceVersionBean
.DeleteAndReplaceVersionBean
(List<CustomFieldReplacement> customFieldReplacementList, Long moveAffectedIssuesTo, Long moveFixIssuesTo) Constructs a validated instance ofDeleteAndReplaceVersionBean
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
An array of custom field IDs (customFieldId
) and version IDs (moveTo
) to update when the fields contain the deleted version.customFieldReplacementList
(List<CustomFieldReplacement> customFieldReplacementList) An array of custom field IDs (customFieldId
) and version IDs (moveTo
) to update when the fields contain the deleted version.boolean
int
hashCode()
The ID of the version to updateaffectedVersion
to when the field contains the deleted version.moveAffectedIssuesTo
(Long moveAffectedIssuesTo) The ID of the version to updateaffectedVersion
to when the field contains the deleted version.The ID of the version to updatefixVersion
to when the field contains the deleted version.moveFixIssuesTo
(Long moveFixIssuesTo) The ID of the version to updatefixVersion
to when the field contains the deleted version.toString()
-
Felddetails
-
customFieldReplacementList
An array of custom field IDs (customFieldId
) and version IDs (moveTo
) to update when the fields contain the deleted version. -
moveAffectedIssuesTo
The ID of the version to updateaffectedVersion
to when the field contains the deleted version. -
moveFixIssuesTo
The ID of the version to updatefixVersion
to when the field contains the deleted version.
-
-
Konstruktordetails
-
DeleteAndReplaceVersionBean
Constructs a validated instance ofDeleteAndReplaceVersionBean
.- Parameter:
spec
- the specification to process
-
DeleteAndReplaceVersionBean
@Internal public DeleteAndReplaceVersionBean(List<CustomFieldReplacement> customFieldReplacementList, Long moveAffectedIssuesTo, Long moveFixIssuesTo) Constructs a validated instance ofDeleteAndReplaceVersionBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
DeleteAndReplaceVersionBean(Consumer)
instead.- Parameter:
customFieldReplacementList
- An array of custom field IDs (customFieldId
) and version IDs (moveTo
) to update when the fields contain the deleted version.moveAffectedIssuesTo
- The ID of the version to updateaffectedVersion
to when the field contains the deleted version.moveFixIssuesTo
- The ID of the version to updatefixVersion
to when the field contains the deleted version.
-
DeleteAndReplaceVersionBean
protected DeleteAndReplaceVersionBean()
-
-
Methodendetails
-
builder
-
customFieldReplacementList
An array of custom field IDs (customFieldId
) and version IDs (moveTo
) to update when the fields contain the deleted version. -
moveAffectedIssuesTo
The ID of the version to updateaffectedVersion
to when the field contains the deleted version. -
moveFixIssuesTo
The ID of the version to updatefixVersion
to when the field contains the deleted version. -
customFieldReplacementList
public DeleteAndReplaceVersionBean customFieldReplacementList(List<CustomFieldReplacement> customFieldReplacementList) An array of custom field IDs (customFieldId
) and version IDs (moveTo
) to update when the fields contain the deleted version.- Gibt zurück:
this
.
-
moveAffectedIssuesTo
The ID of the version to updateaffectedVersion
to when the field contains the deleted version.- Gibt zurück:
this
.
-
moveFixIssuesTo
The ID of the version to updatefixVersion
to when the field contains the deleted version.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-