Package com.sap.cds.services.auditlog
Interface DataObject
@CdsName("com.sap.cds.services.auditlog.Object")
public interface DataObject
extends com.sap.cds.CdsData
The object where the accessed or modified personal data that
is being audit logged is contained.
-
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 DataObjectcreate()getId()The unique object identifier.getType()The object type.voidsetId(Collection<KeyValuePair> id) The unique object identifier.voidThe object type.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
-
TYPE
- See Also:
-
ID
- See Also:
-
-
Method Details
-
getType
String getType()The object type. -
setType
The object type. -
getId
Collection<KeyValuePair> getId()The unique object identifier. -
setId
The unique object identifier. -
create
-