Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changerecord.ChangeRecord
Packages that use ChangeRecord
Package
Description
-
Uses of ChangeRecord in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changerecord
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changerecord that return ChangeRecordModifier and TypeMethodDescriptionChangeRecord.ChangeRecordBuilder.build()protected ChangeRecordChangeRecordCreateFluentHelper.getEntity()protected ChangeRecordChangeRecordUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changerecord that return types with arguments of type ChangeRecordModifier and TypeMethodDescriptionprotected Class<ChangeRecord>ChangeRecordByKeyFluentHelper.getEntityClass()protected Class<ChangeRecord>ChangeRecordFluentHelper.getEntityClass()ChangeRecord.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changerecord with parameters of type ChangeRecordModifierConstructorDescriptionChangeRecordCreateFluentHelper(String servicePath, ChangeRecord entity, String entityCollection) Creates a fluent helper object that will create aChangeRecordentity on the OData endpoint.ChangeRecordUpdateFluentHelper(String servicePath, ChangeRecord entity, String entityCollection) Creates a fluent helper object that will update aChangeRecordentity on the OData endpoint. -
Uses of ChangeRecord in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changerecord.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changerecord.batch with parameters of type ChangeRecordModifier and TypeMethodDescriptionChangeRecordServiceBatchChangeSet.createChangeRecord(ChangeRecord changeRecord) Create a newChangeRecordentity and save it to the S/4HANA system.DefaultChangeRecordServiceBatchChangeSet.createChangeRecord(ChangeRecord changeRecord) ChangeRecordServiceBatchChangeSet.updateChangeRecord(ChangeRecord changeRecord) Update an existingChangeRecordentity and save it to the S/4HANA system.DefaultChangeRecordServiceBatchChangeSet.updateChangeRecord(ChangeRecord changeRecord) -
Uses of ChangeRecord in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changerecord.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changerecord.link that return types with arguments of type ChangeRecordModifier and TypeMethodDescriptionChangeRecordOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changerecord.link with type arguments of type ChangeRecordModifier and TypeMethodDescriptionprotected ChangeRecordLink<ObjectT>ChangeRecordLink.translateLinkType(EntityLink<ChangeRecordLink<ObjectT>, ChangeRecord, ObjectT> link) -
Uses of ChangeRecord in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ChangeRecordModifier and TypeMethodDescriptionChangeRecordService.createChangeRecord(ChangeRecord changeRecord) Deprecated.Create a newChangeRecordentity and save it to the S/4HANA system.DefaultChangeRecordService.createChangeRecord(ChangeRecord changeRecord) Deprecated.ChangeRecordService.updateChangeRecord(ChangeRecord changeRecord) Deprecated.Update an existingChangeRecordentity and save it to the S/4HANA system.DefaultChangeRecordService.updateChangeRecord(ChangeRecord changeRecord) Deprecated.