Klasse UpdateCustomFieldOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.UpdateCustomFieldOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateCustomFieldOperationSpec
extends Object
UpdateCustomFieldSpec
Specification for the UpdateCustomField operation.
Update custom field
-
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
UpdateCustomFieldOperationSpec
(String fieldId, UpdateCustomFieldDetails updateCustomFieldDetails) Constructs a validated instance ofUpdateCustomFieldOperationSpec
.Constructs a validated instance ofUpdateCustomFieldOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
@NotNull String
fieldId()
The ID of the custom field.The ID of the custom field.int
hashCode()
toString()
@NotNull UpdateCustomFieldDetails
The custom field update details.updateCustomFieldDetails
(@NotNull UpdateCustomFieldDetails updateCustomFieldDetails) The custom field update details.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
-
UpdateCustomFieldOperationSpec
Constructs a validated instance ofUpdateCustomFieldOperationSpec
.- Parameter:
spec
- the specification to process
-
UpdateCustomFieldOperationSpec
@Internal public UpdateCustomFieldOperationSpec(String fieldId, UpdateCustomFieldDetails updateCustomFieldDetails) Constructs a validated instance ofUpdateCustomFieldOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
fieldId
- The ID of the custom field.updateCustomFieldDetails
- The custom field update details.
-
UpdateCustomFieldOperationSpec
protected UpdateCustomFieldOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
fieldId
The ID of the custom field. -
updateCustomFieldDetails
The custom field update details. -
fieldId
The ID of the custom field.- Gibt zurück:
this
.
-
updateCustomFieldDetails
public UpdateCustomFieldOperationSpec updateCustomFieldDetails(@NotNull @NotNull UpdateCustomFieldDetails updateCustomFieldDetails) The custom field update details.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-