Interface RequestTypePermission
- All Superinterfaces:
Serializable
Represents the permissions for a request type.
-
Method Summary
Modifier and TypeMethodDescriptionGet the allowlist of permissions for this request type.int
Get the id of the request type that these permissions apply to.
-
Method Details
-
getRequestTypeId
int getRequestTypeId()Get the id of the request type that these permissions apply to.- Returns:
- the request type id
-
getAllowlist
Set<RequestTypePermissionEntity> getAllowlist()Get the allowlist of permissions for this request type.- Returns:
- the allowlist of permission entities
-