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 ChangedValue
ChangedValue.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.Builder
AuditRecord.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.Builder
AuditRecord.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 ChangedValue
ChangedValueEntity. toChangedValue()
Deprecated.Methods in com.atlassian.confluence.impl.audit with parameters of type ChangedValue Modifier and Type Method Description static ChangedValueEntity
ChangedValueEntity. fromChangedValue(ChangedValue changedValue, AuditRecordEntity parentRecord)
Deprecated.
-