Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changerecord.ChangeRecordRefCharc
Packages that use ChangeRecordRefCharc
Package
Description
-
Uses of ChangeRecordRefCharc in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changerecord
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changerecord with type parameters of type ChangeRecordRefCharcModifier and TypeFieldDescriptionstatic final ChangeRecordLink<ChangeRecordRefCharc>ChangeRecord.TO_CHANGE_RECORD_REF_CHARCUse with available fluent helpers to apply the to_ChangeRecordRefCharc navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changerecord that return ChangeRecordRefCharcModifier and TypeMethodDescriptionChangeRecordRefCharc.ChangeRecordRefCharcBuilder.build()protected ChangeRecordRefCharcChangeRecordRefCharcCreateFluentHelper.getEntity()protected ChangeRecordRefCharcChangeRecordRefCharcDeleteFluentHelper.getEntity()protected ChangeRecordRefCharcChangeRecordRefCharcUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changerecord that return types with arguments of type ChangeRecordRefCharcModifier and TypeMethodDescriptionChangeRecord.fetchChangeRecordRefCharc()Fetches the ChangeRecordRefCharc entities (one to many) associated with this entity.io.vavr.control.Option<List<ChangeRecordRefCharc>>ChangeRecord.getChangeRecordRefCharcIfPresent()Retrieval of associated ChangeRecordRefCharc entities (one to many).ChangeRecord.getChangeRecordRefCharcOrFetch()Retrieval of associated ChangeRecordRefCharc entities (one to many).protected Class<ChangeRecordRefCharc>ChangeRecordRefCharcByKeyFluentHelper.getEntityClass()protected Class<ChangeRecordRefCharc>ChangeRecordRefCharcFluentHelper.getEntityClass()ChangeRecordRefCharc.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changerecord with parameters of type ChangeRecordRefCharcModifier and TypeMethodDescriptionvoidChangeRecord.addChangeRecordRefCharc(ChangeRecordRefCharc... entity) Adds elements to the list of associated ChangeRecordRefCharc entities.ChangeRecord.ChangeRecordBuilder.changeRecordRefCharc(ChangeRecordRefCharc... value) Navigation property to_ChangeRecordRefCharc for ChangeRecord to multiple ChangeRecordRefCharc.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changerecord with type arguments of type ChangeRecordRefCharcModifier and TypeMethodDescriptionvoidChangeRecord.setChangeRecordRefCharc(List<ChangeRecordRefCharc> value) Overwrites the list of associated ChangeRecordRefCharc entities for the loaded navigation property to_ChangeRecordRefCharc.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changerecord with parameters of type ChangeRecordRefCharcModifierConstructorDescriptionChangeRecordRefCharcCreateFluentHelper(String servicePath, ChangeRecordRefCharc entity, String entityCollection) Creates a fluent helper object that will create aChangeRecordRefCharcentity on the OData endpoint.ChangeRecordRefCharcDeleteFluentHelper(String servicePath, ChangeRecordRefCharc entity, String entityCollection) Creates a fluent helper object that will delete aChangeRecordRefCharcentity on the OData endpoint.ChangeRecordRefCharcUpdateFluentHelper(String servicePath, ChangeRecordRefCharc entity, String entityCollection) Creates a fluent helper object that will update aChangeRecordRefCharcentity on the OData endpoint. -
Uses of ChangeRecordRefCharc 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 ChangeRecordRefCharcModifier and TypeMethodDescriptionChangeRecordServiceBatchChangeSet.createChangeRecordRefCharc(ChangeRecordRefCharc changeRecordRefCharc) Create a newChangeRecordRefCharcentity and save it to the S/4HANA system.DefaultChangeRecordServiceBatchChangeSet.createChangeRecordRefCharc(ChangeRecordRefCharc changeRecordRefCharc) ChangeRecordServiceBatchChangeSet.deleteChangeRecordRefCharc(ChangeRecordRefCharc changeRecordRefCharc) Deletes an existingChangeRecordRefCharcentity in the S/4HANA system.DefaultChangeRecordServiceBatchChangeSet.deleteChangeRecordRefCharc(ChangeRecordRefCharc changeRecordRefCharc) ChangeRecordServiceBatchChangeSet.updateChangeRecordRefCharc(ChangeRecordRefCharc changeRecordRefCharc) Update an existingChangeRecordRefCharcentity and save it to the S/4HANA system.DefaultChangeRecordServiceBatchChangeSet.updateChangeRecordRefCharc(ChangeRecordRefCharc changeRecordRefCharc) -
Uses of ChangeRecordRefCharc 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 ChangeRecordRefCharcModifier and TypeMethodDescriptionChangeRecordRefCharcOneToOneLink.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 ChangeRecordRefCharcModifier and TypeMethodDescriptionprotected ChangeRecordRefCharcLink<ObjectT>ChangeRecordRefCharcLink.translateLinkType(EntityLink<ChangeRecordRefCharcLink<ObjectT>, ChangeRecordRefCharc, ObjectT> link) -
Uses of ChangeRecordRefCharc in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ChangeRecordRefCharcModifier and TypeMethodDescriptionChangeRecordService.createChangeRecordRefCharc(ChangeRecordRefCharc changeRecordRefCharc) Deprecated.Create a newChangeRecordRefCharcentity and save it to the S/4HANA system.DefaultChangeRecordService.createChangeRecordRefCharc(ChangeRecordRefCharc changeRecordRefCharc) Deprecated.ChangeRecordService.deleteChangeRecordRefCharc(ChangeRecordRefCharc changeRecordRefCharc) Deprecated.Deletes an existingChangeRecordRefCharcentity in the S/4HANA system.DefaultChangeRecordService.deleteChangeRecordRefCharc(ChangeRecordRefCharc changeRecordRefCharc) Deprecated.ChangeRecordService.updateChangeRecordRefCharc(ChangeRecordRefCharc changeRecordRefCharc) Deprecated.Update an existingChangeRecordRefCharcentity and save it to the S/4HANA system.DefaultChangeRecordService.updateChangeRecordRefCharc(ChangeRecordRefCharc changeRecordRefCharc) Deprecated.