Class DeleteSecuritySchemeOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.DeleteSecuritySchemeOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteSecuritySchemeOperationSpec
extends Object
DeleteSecuritySchemeSpec
Specification for the DeleteSecurityScheme operation.
Delete issue security 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
DeleteSecuritySchemeOperationSpec
(String schemeId) Constructs a validated instance ofDeleteSecuritySchemeOperationSpec
.Constructs a validated instance ofDeleteSecuritySchemeOperationSpec
. -
Method Summary
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
DeleteSecuritySchemeOperationSpec
@Internal public DeleteSecuritySchemeOperationSpec(Consumer<DeleteSecuritySchemeOperationSpec> spec) Constructs a validated instance ofDeleteSecuritySchemeOperationSpec
.- Parameters:
spec
- the specification to process
-
DeleteSecuritySchemeOperationSpec
Constructs a validated instance ofDeleteSecuritySchemeOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
schemeId
- The ID of the issue security scheme.
-
DeleteSecuritySchemeOperationSpec
protected DeleteSecuritySchemeOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
schemeId
The ID of the issue security scheme. -
schemeId
The ID of the issue security scheme.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-