Klasse UpdateFieldConfigurationOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.UpdateFieldConfigurationOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateFieldConfigurationOperationSpec
extends Object
UpdateFieldConfigurationSpec
Specification for the UpdateFieldConfiguration operation.
Update field configuration
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateFieldConfigurationOperationSpec(Long id, FieldConfigurationDetails fieldConfigurationDetails) Constructs a validated instance ofUpdateFieldConfigurationOperationSpec.Constructs a validated instance ofUpdateFieldConfigurationOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanboolean@NotNull FieldConfigurationDetailsfieldConfigurationDetails(@NotNull FieldConfigurationDetails fieldConfigurationDetails) 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
-
UpdateFieldConfigurationOperationSpec
@Internal public UpdateFieldConfigurationOperationSpec(Consumer<UpdateFieldConfigurationOperationSpec> spec) Constructs a validated instance ofUpdateFieldConfigurationOperationSpec.- Parameter:
spec- the specification to process
-
UpdateFieldConfigurationOperationSpec
@Internal public UpdateFieldConfigurationOperationSpec(Long id, FieldConfigurationDetails fieldConfigurationDetails) Constructs a validated instance ofUpdateFieldConfigurationOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id- The ID of the field configuration.fieldConfigurationDetails-
-
UpdateFieldConfigurationOperationSpec
protected UpdateFieldConfigurationOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static UpdateFieldConfigurationOperationSpec.UpdateFieldConfigurationOperationSpecBuilder builder() -
id
The ID of the field configuration. -
fieldConfigurationDetails
-
id
The ID of the field configuration.- Gibt zurück:
this.
-
fieldConfigurationDetails
public UpdateFieldConfigurationOperationSpec fieldConfigurationDetails(@NotNull @NotNull FieldConfigurationDetails fieldConfigurationDetails) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-