Interface RequestTypePermissionEntity
- All Superinterfaces:
Serializable
Represents an entity that a request type permission applies to.
-
Method Summary
Modifier and TypeMethodDescriptionGet the display name of the entity that this permission applies to.int
getId()
Get the id of this permission entity.Get the id of the entity that this permission applies to.Get the type of entity that this permission applies to.
-
Method Details
-
getId
int getId()Get the id of this permission entity. -
getPermissionEntityType
RequestTypePermissionEntityType getPermissionEntityType()Get the type of entity that this permission applies to. -
getPermissionEntityId
String getPermissionEntityId()Get the id of the entity that this permission applies to. -
getDisplayName
String getDisplayName()Get the display name of the entity that this permission applies to.
-