Class DeleteAndReplaceVersionBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.DeleteAndReplaceVersionBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteAndReplaceVersionBean
extends Object
DeleteAndReplaceVersionBean
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CustomFieldReplacement>An array of custom field IDs (customFieldId) and version IDs (moveTo) to update when the fields contain the deleted version.protected LongThe ID of the version to updateaffectedVersionto when the field contains the deleted version.protected LongThe ID of the version to updatefixVersionto when the field contains the deleted version. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofDeleteAndReplaceVersionBean.DeleteAndReplaceVersionBean(List<CustomFieldReplacement> customFieldReplacementList, Long moveAffectedIssuesTo, Long moveFixIssuesTo) Constructs a validated instance ofDeleteAndReplaceVersionBean. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanAn 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.booleaninthashCode()The ID of the version to updateaffectedVersionto when the field contains the deleted version.moveAffectedIssuesTo(Long moveAffectedIssuesTo) The ID of the version to updateaffectedVersionto when the field contains the deleted version.The ID of the version to updatefixVersionto when the field contains the deleted version.moveFixIssuesTo(Long moveFixIssuesTo) The ID of the version to updatefixVersionto when the field contains the deleted version.toString()
-
Field Details
-
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 updateaffectedVersionto when the field contains the deleted version. -
moveFixIssuesTo
The ID of the version to updatefixVersionto when the field contains the deleted version.
-
-
Constructor Details
-
DeleteAndReplaceVersionBean
Constructs a validated instance ofDeleteAndReplaceVersionBean.- Parameters:
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.- Parameters:
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 updateaffectedVersionto when the field contains the deleted version.moveFixIssuesTo- The ID of the version to updatefixVersionto when the field contains the deleted version.
-
DeleteAndReplaceVersionBean
protected DeleteAndReplaceVersionBean()
-
-
Method Details
-
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 updateaffectedVersionto when the field contains the deleted version. -
moveFixIssuesTo
The ID of the version to updatefixVersionto 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.- Returns:
this.
-
moveAffectedIssuesTo
The ID of the version to updateaffectedVersionto when the field contains the deleted version.- Returns:
this.
-
moveFixIssuesTo
The ID of the version to updatefixVersionto when the field contains the deleted version.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-