Uses of Class
com.atlassian.confluence.api.model.audit.ChangedValue
-
Packages that use ChangedValue Package Description com.atlassian.confluence.api.model.audit com.atlassian.confluence.impl.audit -
-
Uses of ChangedValue in com.atlassian.confluence.api.model.audit
Methods in com.atlassian.confluence.api.model.audit that return ChangedValue Modifier and Type Method Description ChangedValueChangedValue.Builder. build()Methods in com.atlassian.confluence.api.model.audit that return types with arguments of type ChangedValue Modifier and Type Method Description List<ChangedValue>AuditRecord. getChangedValues()Deprecated.Methods in com.atlassian.confluence.api.model.audit with parameters of type ChangedValue Modifier and Type Method Description AuditRecord.BuilderAuditRecord.Builder. changedValue(@NonNull ChangedValue changedValue)Method parameters in com.atlassian.confluence.api.model.audit with type arguments of type ChangedValue Modifier and Type Method Description AuditRecord.BuilderAuditRecord.Builder. changedValues(@NonNull List<ChangedValue> changedValues) -
Uses of ChangedValue in com.atlassian.confluence.impl.audit
Methods in com.atlassian.confluence.impl.audit that return ChangedValue Modifier and Type Method Description ChangedValueChangedValueEntity. toChangedValue()Deprecated.Methods in com.atlassian.confluence.impl.audit with parameters of type ChangedValue Modifier and Type Method Description static ChangedValueEntityChangedValueEntity. fromChangedValue(ChangedValue changedValue, AuditRecordEntity parentRecord)Deprecated.
-