Class CustomFieldReplacement
java.lang.Object
io.github.primelib.jira4j.restv2.model.CustomFieldReplacement
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldReplacement
extends Object
CustomFieldReplacement
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CustomFieldReplacement
(Long customFieldId, Long moveTo) Constructs a validated instance ofCustomFieldReplacement
.Constructs a validated instance ofCustomFieldReplacement
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
The ID of the custom field in which to replace the version number.customFieldId
(Long customFieldId) The ID of the custom field in which to replace the version number.boolean
int
hashCode()
moveTo()
The version number to use as a replacement for the deleted version.The version number to use as a replacement for the deleted version.toString()
-
Field Details
-
customFieldId
The ID of the custom field in which to replace the version number. -
moveTo
The version number to use as a replacement for the deleted version.
-
-
Constructor Details
-
CustomFieldReplacement
Constructs a validated instance ofCustomFieldReplacement
.- Parameters:
spec
- the specification to process
-
CustomFieldReplacement
Constructs a validated instance ofCustomFieldReplacement
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldReplacement(Consumer)
instead.- Parameters:
customFieldId
- The ID of the custom field in which to replace the version number.moveTo
- The version number to use as a replacement for the deleted version.
-
CustomFieldReplacement
protected CustomFieldReplacement()
-
-
Method Details
-
builder
-
customFieldId
The ID of the custom field in which to replace the version number. -
moveTo
The version number to use as a replacement for the deleted version. -
customFieldId
The ID of the custom field in which to replace the version number.- Returns:
this
.
-
moveTo
The version number to use as a replacement for the deleted version.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-