Package com.sap.cds.services.auditlog
Interface ChangedAttribute
@CdsName("com.sap.cds.services.auditlog.ChangedAttribute")
public interface ChangedAttribute
extends com.sap.cds.CdsData
An attribute that has been modified
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sap.cds.CdsData
com.sap.cds.CdsData.Factory -
Field Summary
FieldsFields inherited from interface com.sap.cds.CdsData
factory -
Method Summary
Modifier and TypeMethodDescriptionstatic ChangedAttributecreate()getName()The attribute name.The new value.The old value.voidThe attribute name.voidsetNewValue(String newValue) The new value.voidsetOldValue(String oldValue) The old value.Methods inherited from interface com.sap.cds.CdsData
containsPath, forRemoval, forRemoval, get, getMetadata, getPath, getPathOrDefault, isForRemoval, putMetadata, putPath, putPathIfAbsent, removePathMethods inherited from interface com.sap.cds.JSONizable
toJsonMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
NAME
- See Also:
-
OLD_VALUE
- See Also:
-
NEW_VALUE
- See Also:
-
-
Method Details