Class UpdateFieldConfigurationSchemeOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.UpdateFieldConfigurationSchemeOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateFieldConfigurationSchemeOperationSpec
extends Object
UpdateFieldConfigurationSchemeSpec
Specification for the UpdateFieldConfigurationScheme operation.
Update field configuration scheme
-
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
ConstructorsModifierConstructorDescriptionprotectedUpdateFieldConfigurationSchemeOperationSpec(Long id, UpdateFieldConfigurationSchemeDetails updateFieldConfigurationSchemeDetails) Constructs a validated instance ofUpdateFieldConfigurationSchemeOperationSpec.UpdateFieldConfigurationSchemeOperationSpec(Consumer<UpdateFieldConfigurationSchemeOperationSpec> spec) Constructs a validated instance ofUpdateFieldConfigurationSchemeOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateFieldConfigurationSchemeOperationSpec.UpdateFieldConfigurationSchemeOperationSpecBuilderbuilder()protected booleanbooleaninthashCode()@NotNull Longid()The ID of the field configuration scheme.The ID of the field configuration scheme.toString()The details of the field configuration scheme.updateFieldConfigurationSchemeDetails(@NotNull UpdateFieldConfigurationSchemeDetails updateFieldConfigurationSchemeDetails) The details of the field configuration scheme.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
-
UpdateFieldConfigurationSchemeOperationSpec
@Internal public UpdateFieldConfigurationSchemeOperationSpec(Consumer<UpdateFieldConfigurationSchemeOperationSpec> spec) Constructs a validated instance ofUpdateFieldConfigurationSchemeOperationSpec.- Parameters:
spec- the specification to process
-
UpdateFieldConfigurationSchemeOperationSpec
@Internal public UpdateFieldConfigurationSchemeOperationSpec(Long id, UpdateFieldConfigurationSchemeDetails updateFieldConfigurationSchemeDetails) Constructs a validated instance ofUpdateFieldConfigurationSchemeOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
id- The ID of the field configuration scheme.updateFieldConfigurationSchemeDetails- The details of the field configuration scheme.
-
UpdateFieldConfigurationSchemeOperationSpec
protected UpdateFieldConfigurationSchemeOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
public static UpdateFieldConfigurationSchemeOperationSpec.UpdateFieldConfigurationSchemeOperationSpecBuilder builder() -
id
The ID of the field configuration scheme. -
updateFieldConfigurationSchemeDetails
@NotNull public @NotNull UpdateFieldConfigurationSchemeDetails updateFieldConfigurationSchemeDetails()The details of the field configuration scheme. -
id
The ID of the field configuration scheme.- Returns:
this.
-
updateFieldConfigurationSchemeDetails
public UpdateFieldConfigurationSchemeOperationSpec updateFieldConfigurationSchemeDetails(@NotNull @NotNull UpdateFieldConfigurationSchemeDetails updateFieldConfigurationSchemeDetails) The details of the field configuration scheme.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-