Package com.sap.cds.services.auditlog
Interface ConfigChangeLog
@CdsName("com.sap.cds.services.auditlog.configChangeLog")
public interface ConfigChangeLog
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
FieldsFields inherited from interface com.sap.cds.CdsData
factory -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigChangeLogcreate()voidvoidsetConfigurations(Collection<ConfigChange> configurations) 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
-
ACTION
- See Also:
-
SUCCESS
- See Also:
-
CONFIGURATIONS
- See Also:
-
-
Method Details
-
getAction
Action getAction() -
setAction
-
getConfigurations
Collection<ConfigChange> getConfigurations() -
setConfigurations
-
create
-