Class DeleteFieldConfigurationSchemeOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.DeleteFieldConfigurationSchemeOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteFieldConfigurationSchemeOperationSpec
extends Object
DeleteFieldConfigurationSchemeSpec
Specification for the DeleteFieldConfigurationScheme operation.
Delete field configuration scheme
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofDeleteFieldConfigurationSchemeOperationSpec
.DeleteFieldConfigurationSchemeOperationSpec
(Consumer<DeleteFieldConfigurationSchemeOperationSpec> spec) Constructs a validated instance ofDeleteFieldConfigurationSchemeOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteFieldConfigurationSchemeOperationSpec.DeleteFieldConfigurationSchemeOperationSpecBuilder
builder()
protected boolean
boolean
int
hashCode()
@NotNull Long
id()
The ID of the field configuration scheme.The ID of the field configuration scheme.toString()
void
validate()
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
-
DeleteFieldConfigurationSchemeOperationSpec
@Internal public DeleteFieldConfigurationSchemeOperationSpec(Consumer<DeleteFieldConfigurationSchemeOperationSpec> spec) Constructs a validated instance ofDeleteFieldConfigurationSchemeOperationSpec
.- Parameters:
spec
- the specification to process
-
DeleteFieldConfigurationSchemeOperationSpec
Constructs a validated instance ofDeleteFieldConfigurationSchemeOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
id
- The ID of the field configuration scheme.
-
DeleteFieldConfigurationSchemeOperationSpec
protected DeleteFieldConfigurationSchemeOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
public static DeleteFieldConfigurationSchemeOperationSpec.DeleteFieldConfigurationSchemeOperationSpecBuilder builder() -
id
The ID of the field configuration scheme. -
id
The ID of the field configuration scheme.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-