Package | Description |
---|---|
com.atlassian.jira.rest.v2.user.anonymization | |
com.atlassian.jira.user.anonymize |
Modifier and Type | Method and Description |
---|---|
AffectedEntityType |
AffectedEntityBean.getType() |
Modifier and Type | Method and Description |
---|---|
Map<AffectedEntityType,List<AffectedEntityBean>> |
UserAnonymizationValidationBean.getAffectedEntities() |
Constructor and Description |
---|
AffectedEntityBean(AffectedEntityType type,
String description,
Long numberOfOccurrences,
String uriDisplayName,
String uri) |
Modifier and Type | Method and Description |
---|---|
AffectedEntityType |
AffectedEntity.getType()
Describes the way in which the entity will be updated.
|
static AffectedEntityType |
AffectedEntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AffectedEntityType[] |
AffectedEntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static AffectedEntity.Builder |
AffectedEntity.newBuilder(AffectedEntityType type) |
static org.hamcrest.Matcher<AffectedEntity> |
AffectedEntityMatcher.type(AffectedEntityType expected) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.