Interface CrowdDeletedEntity
- All Superinterfaces:
BambooIdProvider,BambooObject
- All Known Implementing Classes:
CrowdDeletedEntityImpl
Information about an entity (user or group) deleted in Embedded Crowd. Used to perform delayed cleanup of Bamboo
stored data.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumType of Embedded Crowd entity. -
Method Summary
Modifier and TypeMethodDescription@NotNull DateDate at which the deletion of the entity was registered.@NotNull StringName of the entity.@NotNull CrowdDeletedEntity.EntityTypeType of the entity.voidsetDeletionDate(@NotNull Date deletionDate) voidsetEntityName(@NotNull String entityName) voidsetEntityType(@NotNull CrowdDeletedEntity.EntityType entityType) Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Method Details
-
getEntityType
Type of the entity. -
setEntityType
-
getEntityName
Name of the entity.- See Also:
-
setEntityName
-
getDeletionDate
Date at which the deletion of the entity was registered. -
setDeletionDate
-