Klasse DeletePermissionSchemeOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeletePermissionSchemeOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeletePermissionSchemeOperationSpec
extends Object
DeletePermissionSchemeSpec
Specification for the DeletePermissionScheme operation.
Delete permission 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
DeletePermissionSchemeOperationSpec
(Long schemeId) Constructs a validated instance ofDeletePermissionSchemeOperationSpec
.Constructs a validated instance ofDeletePermissionSchemeOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@NotNull Long
schemeId()
The ID of the permission scheme being deleted.The ID of the permission scheme being deleted.toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
DeletePermissionSchemeOperationSpec
@Internal public DeletePermissionSchemeOperationSpec(Consumer<DeletePermissionSchemeOperationSpec> spec) Constructs a validated instance ofDeletePermissionSchemeOperationSpec
.- Parameter:
spec
- the specification to process
-
DeletePermissionSchemeOperationSpec
Constructs a validated instance ofDeletePermissionSchemeOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
schemeId
- The ID of the permission scheme being deleted.
-
DeletePermissionSchemeOperationSpec
protected DeletePermissionSchemeOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static DeletePermissionSchemeOperationSpec.DeletePermissionSchemeOperationSpecBuilder builder() -
schemeId
The ID of the permission scheme being deleted. -
schemeId
The ID of the permission scheme being deleted.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-