Klasse CustomFieldReplacement
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldReplacement
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldReplacement
extends Object
CustomFieldReplacement
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CustomFieldReplacement
(Long customFieldId, Long moveTo) Constructs a validated instance ofCustomFieldReplacement
.Constructs a validated instance ofCustomFieldReplacement
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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()
-
Felddetails
-
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.
-
-
Konstruktordetails
-
CustomFieldReplacement
Constructs a validated instance ofCustomFieldReplacement
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
moveTo
The version number to use as a replacement for the deleted version.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-