Klasse DeletePermissionSchemeEntityOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeletePermissionSchemeEntityOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeletePermissionSchemeEntityOperationSpec
extends Object
DeletePermissionSchemeEntitySpec
Specification for the DeletePermissionSchemeEntity operation.
Delete permission scheme grant
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDeletePermissionSchemeEntityOperationSpec(Long schemeId, Long permissionId) Constructs a validated instance ofDeletePermissionSchemeEntityOperationSpec.Constructs a validated instance ofDeletePermissionSchemeEntityOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull LongThe ID of the permission grant to delete.permissionId(@NotNull Long permissionId) The ID of the permission grant to delete.@NotNull LongschemeId()The ID of the permission scheme to delete the permission grant from.The ID of the permission scheme to delete the permission grant from.toString()voidvalidate()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
-
DeletePermissionSchemeEntityOperationSpec
@Internal public DeletePermissionSchemeEntityOperationSpec(Consumer<DeletePermissionSchemeEntityOperationSpec> spec) Constructs a validated instance ofDeletePermissionSchemeEntityOperationSpec.- Parameter:
spec- the specification to process
-
DeletePermissionSchemeEntityOperationSpec
Constructs a validated instance ofDeletePermissionSchemeEntityOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
schemeId- The ID of the permission scheme to delete the permission grant from.permissionId- The ID of the permission grant to delete.
-
DeletePermissionSchemeEntityOperationSpec
protected DeletePermissionSchemeEntityOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static DeletePermissionSchemeEntityOperationSpec.DeletePermissionSchemeEntityOperationSpecBuilder builder() -
schemeId
The ID of the permission scheme to delete the permission grant from. -
permissionId
The ID of the permission grant to delete. -
schemeId
The ID of the permission scheme to delete the permission grant from.- Gibt zurück:
this.
-
permissionId
The ID of the permission grant to delete.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-