Klasse DeleteSecuritySchemeOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteSecuritySchemeOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteSecuritySchemeOperationSpec
extends Object
DeleteSecuritySchemeSpec
Specification for the DeleteSecurityScheme operation.
Delete issue security scheme
-
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
DeleteSecuritySchemeOperationSpec
(String schemeId) Constructs a validated instance ofDeleteSecuritySchemeOperationSpec
.Constructs a validated instance ofDeleteSecuritySchemeOperationSpec
. -
Methodenübersicht
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
DeleteSecuritySchemeOperationSpec
@Internal public DeleteSecuritySchemeOperationSpec(Consumer<DeleteSecuritySchemeOperationSpec> spec) Constructs a validated instance ofDeleteSecuritySchemeOperationSpec
.- Parameter:
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.
- Parameter:
schemeId
- The ID of the issue security scheme.
-
DeleteSecuritySchemeOperationSpec
protected DeleteSecuritySchemeOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
schemeId
The ID of the issue security scheme. -
schemeId
The ID of the issue security scheme.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-