Klasse UpdateFieldConfigurationItemsOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.UpdateFieldConfigurationItemsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateFieldConfigurationItemsOperationSpec
extends Object
UpdateFieldConfigurationItemsSpec
Specification for the UpdateFieldConfigurationItems operation.
Update field configuration items
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateFieldConfigurationItemsOperationSpec(Long id, FieldConfigurationItemsDetails fieldConfigurationItemsDetails) Constructs a validated instance ofUpdateFieldConfigurationItemsOperationSpec.UpdateFieldConfigurationItemsOperationSpec(Consumer<UpdateFieldConfigurationItemsOperationSpec> spec) Constructs a validated instance ofUpdateFieldConfigurationItemsOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanboolean@NotNull FieldConfigurationItemsDetailsfieldConfigurationItemsDetails(@NotNull FieldConfigurationItemsDetails fieldConfigurationItemsDetails) inthashCode()@NotNull Longid()The ID of the field configuration.The ID of the field configuration.toString()voidvalidate()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
-
UpdateFieldConfigurationItemsOperationSpec
@Internal public UpdateFieldConfigurationItemsOperationSpec(Consumer<UpdateFieldConfigurationItemsOperationSpec> spec) Constructs a validated instance ofUpdateFieldConfigurationItemsOperationSpec.- Parameter:
spec- the specification to process
-
UpdateFieldConfigurationItemsOperationSpec
@Internal public UpdateFieldConfigurationItemsOperationSpec(Long id, FieldConfigurationItemsDetails fieldConfigurationItemsDetails) Constructs a validated instance ofUpdateFieldConfigurationItemsOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the field configuration.fieldConfigurationItemsDetails-
-
UpdateFieldConfigurationItemsOperationSpec
protected UpdateFieldConfigurationItemsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static UpdateFieldConfigurationItemsOperationSpec.UpdateFieldConfigurationItemsOperationSpecBuilder builder() -
id
The ID of the field configuration. -
fieldConfigurationItemsDetails
-
id
The ID of the field configuration.- Gibt zurück:
this.
-
fieldConfigurationItemsDetails
public UpdateFieldConfigurationItemsOperationSpec fieldConfigurationItemsDetails(@NotNull @NotNull FieldConfigurationItemsDetails fieldConfigurationItemsDetails) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-