public class ChangedValue extends Object
AuditEntity.getChangedValues()
Modifier and Type | Class and Description |
---|---|
static class |
ChangedValue.Builder |
Constructor and Description |
---|
ChangedValue(ChangedValue.Builder builder) |
ChangedValue(String key)
Deprecated.
since 1.7.0 use
fromI18nKeys(String) and provide the changed value i18n key. |
ChangedValue(String key,
String to)
Deprecated.
since 1.7.0 use
fromI18nKeys(String) and provide the changed value i18n key. |
ChangedValue(String key,
String from,
String to)
Deprecated.
since 1.7.0 use
fromI18nKeys(String) and provide the changed value i18n key. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static ChangedValue.Builder |
fromI18nKeys(String i18nKey) |
String |
getFrom() |
String |
getI18nKey() |
String |
getKey() |
String |
getTo() |
int |
hashCode() |
String |
toString() |
@Deprecated public ChangedValue(@Nonnull String key)
fromI18nKeys(String)
and provide the changed value i18n key.@Deprecated public ChangedValue(@Nonnull String key, String to)
fromI18nKeys(String)
and provide the changed value i18n key.@Deprecated public ChangedValue(@Nonnull String key, String from, String to)
fromI18nKeys(String)
and provide the changed value i18n key.public ChangedValue(ChangedValue.Builder builder)
public static ChangedValue.Builder fromI18nKeys(@Nonnull String i18nKey)
@Nonnull public String getI18nKey()
@Nonnull public String getKey()
Copyright © 2020 Atlassian. All rights reserved.