Class AffectedEntity
java.lang.Object
com.atlassian.jira.user.anonymize.AffectedEntity
Represents an entity affected by a user property change or anonymization to be shown in the UI.
- Since:
- 8.3
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionboolean
The i18n key used to display the name of the entity or the description of the operation.getLink()
A link allowing to find the affected data.The number of entities that will be updated.getType()
Describes the way in which the entity will be updated.int
hashCode()
static AffectedEntity.Builder
newBuilder
(AffectedEntityType type) toString()
-
Method Details
-
getType
Describes the way in which the entity will be updated. -
getDescriptionKey
The i18n key used to display the name of the entity or the description of the operation. -
getNumberOfOccurrences
The number of entities that will be updated. Should be left empty if computing this number might take a long time. -
getLink
A link allowing to find the affected data. -
newBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-