public class AffectedEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AffectedEntity.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescriptionKey()
The i18n key used to display the name of the entity or the description of the operation.
|
Optional<AffectedEntityLink> |
getLink()
A link allowing to find the affected data.
|
Optional<Long> |
getNumberOfOccurrences()
The number of entities that will be updated.
|
AffectedEntityType |
getType()
Describes the way in which the entity will be updated.
|
int |
hashCode() |
static AffectedEntity.Builder |
newBuilder(AffectedEntityType type) |
String |
toString() |
@Nonnull public AffectedEntityType getType()
@Nonnull public String getDescriptionKey()
@Nonnull public Optional<Long> getNumberOfOccurrences()
@Nonnull public Optional<AffectedEntityLink> getLink()
public static AffectedEntity.Builder newBuilder(@Nonnull AffectedEntityType type)
Copyright © 2002-2024 Atlassian. All Rights Reserved.