Class UpdateFieldConfigurationOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.UpdateFieldConfigurationOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateFieldConfigurationOperationSpec
extends Object
UpdateFieldConfigurationSpec
Specification for the UpdateFieldConfiguration operation.
Update field configuration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUpdateFieldConfigurationOperationSpec(Long id, FieldConfigurationDetails fieldConfigurationDetails) Constructs a validated instance ofUpdateFieldConfigurationOperationSpec.Constructs a validated instance ofUpdateFieldConfigurationOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()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
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
UpdateFieldConfigurationOperationSpec
@Internal public UpdateFieldConfigurationOperationSpec(Consumer<UpdateFieldConfigurationOperationSpec> spec) Constructs a validated instance ofUpdateFieldConfigurationOperationSpec.- Parameters:
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.
- Parameters:
id- The ID of the field configuration.fieldConfigurationDetails-
-
UpdateFieldConfigurationOperationSpec
protected UpdateFieldConfigurationOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
public static UpdateFieldConfigurationOperationSpec.UpdateFieldConfigurationOperationSpecBuilder builder() -
id
The ID of the field configuration. -
fieldConfigurationDetails
-
id
The ID of the field configuration.- Returns:
this.
-
fieldConfigurationDetails
public UpdateFieldConfigurationOperationSpec fieldConfigurationDetails(@NotNull @NotNull FieldConfigurationDetails fieldConfigurationDetails) - Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-