Uses of Class
com.atlassian.confluence.api.model.audit.ChangedValue
Packages that use ChangedValue
- 
Uses of ChangedValue in com.atlassian.confluence.api.model.audit
Methods in com.atlassian.confluence.api.model.audit that return ChangedValueMethods in com.atlassian.confluence.api.model.audit that return types with arguments of type ChangedValueMethods in com.atlassian.confluence.api.model.audit with parameters of type ChangedValueModifier and TypeMethodDescriptionAuditRecord.Builder.changedValue(@NonNull ChangedValue changedValue) Method parameters in com.atlassian.confluence.api.model.audit with type arguments of type ChangedValueModifier and TypeMethodDescriptionAuditRecord.Builder.changedValues(@NonNull List<ChangedValue> changedValues)  - 
Uses of ChangedValue in com.atlassian.confluence.impl.audit
Methods in com.atlassian.confluence.impl.audit that return ChangedValueMethods in com.atlassian.confluence.impl.audit with parameters of type ChangedValueModifier and TypeMethodDescriptionstatic ChangedValueEntityChangedValueEntity.fromChangedValue(ChangedValue changedValue, AuditRecordEntity parentRecord) Deprecated.