Package com.sap.cds.services.auditlog
Interface ConfigChange
@CdsName("com.sap.cds.services.auditlog.ConfigChange")
public interface ConfigChange
extends com.sap.cds.CdsData
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sap.cds.CdsData
com.sap.cds.CdsData.Factory
-
Field Summary
Fields inherited from interface com.sap.cds.CdsData
factory
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigChange
create()
The object where the accessed or modified personal data that is being audit logged is contained.void
setAttributes
(Collection<ChangedAttribute> attributes) void
setDataObject
(DataObject object) The object where the accessed or modified personal data that is being audit logged is contained.Methods inherited from interface com.sap.cds.CdsData
containsPath, forRemoval, forRemoval, get, getPath, getPathOrDefault, isForRemoval, putPath, putPathIfAbsent, removePath
Methods inherited from interface com.sap.cds.JSONizable
toJson
Methods 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
-
OBJECT
- See Also:
-
ATTRIBUTES
- See Also:
-
-
Method Details
-
getDataObject
DataObject getDataObject()The object where the accessed or modified personal data that is being audit logged is contained. -
setDataObject
The object where the accessed or modified personal data that is being audit logged is contained. -
getAttributes
Collection<ChangedAttribute> getAttributes() -
setAttributes
-
create
-