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 Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
UpdateFieldConfigurationOperationSpec
(Long id, FieldConfigurationDetails fieldConfigurationDetails) Constructs a validated instance ofUpdateFieldConfigurationOperationSpec
.Constructs a validated instance ofUpdateFieldConfigurationOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
@NotNull FieldConfigurationDetails
fieldConfigurationDetails
(@NotNull FieldConfigurationDetails fieldConfigurationDetails) int
hashCode()
@NotNull Long
id()
The ID of the field configuration.The ID of the field configuration.toString()
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
-
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
-