Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemasterv2.ChangeMaster
Packages that use ChangeMaster
Package
Description
-
Uses of ChangeMaster in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemasterv2
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemasterv2 that return ChangeMasterModifier and TypeMethodDescriptionChangeMaster.ChangeMasterBuilder.build()ShiftValidityStartDateOfChangeMasterFluentHelper.executeRequest(HttpDestinationProperties destination) Execute this function import.protected ChangeMasterChangeMasterCreateFluentHelper.getEntity()protected ChangeMasterChangeMasterDeleteFluentHelper.getEntity()protected ChangeMasterChangeMasterUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemasterv2 that return types with arguments of type ChangeMasterModifier and TypeMethodDescriptionprotected Class<ChangeMaster>ChangeMasterByKeyFluentHelper.getEntityClass()protected Class<ChangeMaster>ChangeMasterFluentHelper.getEntityClass()protected Class<ChangeMaster>ShiftValidityStartDateOfChangeMasterFluentHelper.getEntityClass()ChangeMaster.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemasterv2 with parameters of type ChangeMasterModifierConstructorDescriptionChangeMasterCreateFluentHelper(String servicePath, ChangeMaster entity, String entityCollection) Creates a fluent helper object that will create aChangeMasterentity on the OData endpoint.ChangeMasterDeleteFluentHelper(String servicePath, ChangeMaster entity, String entityCollection) Creates a fluent helper object that will delete aChangeMasterentity on the OData endpoint.ChangeMasterUpdateFluentHelper(String servicePath, ChangeMaster entity, String entityCollection) Creates a fluent helper object that will update aChangeMasterentity on the OData endpoint. -
Uses of ChangeMaster in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemasterv2.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemasterv2.batch with parameters of type ChangeMasterModifier and TypeMethodDescriptionChangeMasterV2ServiceBatchChangeSet.createChangeMaster(ChangeMaster changeMaster) Create a newChangeMasterentity and save it to the S/4HANA system.DefaultChangeMasterV2ServiceBatchChangeSet.createChangeMaster(ChangeMaster changeMaster) ChangeMasterV2ServiceBatchChangeSet.deleteChangeMaster(ChangeMaster changeMaster) Deletes an existingChangeMasterentity in the S/4HANA system.DefaultChangeMasterV2ServiceBatchChangeSet.deleteChangeMaster(ChangeMaster changeMaster) ChangeMasterV2ServiceBatchChangeSet.updateChangeMaster(ChangeMaster changeMaster) Update an existingChangeMasterentity and save it to the S/4HANA system.DefaultChangeMasterV2ServiceBatchChangeSet.updateChangeMaster(ChangeMaster changeMaster) -
Uses of ChangeMaster in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemasterv2.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemasterv2.link that return types with arguments of type ChangeMasterModifier and TypeMethodDescriptionChangeMasterOneToOneLink.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.changemasterv2.link with type arguments of type ChangeMasterModifier and TypeMethodDescriptionprotected ChangeMasterLink<ObjectT>ChangeMasterLink.translateLinkType(EntityLink<ChangeMasterLink<ObjectT>, ChangeMaster, ObjectT> link) -
Uses of ChangeMaster in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ChangeMasterModifier and TypeMethodDescriptionChangeMasterV2Service.createChangeMaster(ChangeMaster changeMaster) Deprecated.Create a newChangeMasterentity and save it to the S/4HANA system.DefaultChangeMasterV2Service.createChangeMaster(ChangeMaster changeMaster) Deprecated.ChangeMasterV2Service.deleteChangeMaster(ChangeMaster changeMaster) Deprecated.Deletes an existingChangeMasterentity in the S/4HANA system.DefaultChangeMasterV2Service.deleteChangeMaster(ChangeMaster changeMaster) Deprecated.ChangeMasterV2Service.updateChangeMaster(ChangeMaster changeMaster) Deprecated.Update an existingChangeMasterentity and save it to the S/4HANA system.DefaultChangeMasterV2Service.updateChangeMaster(ChangeMaster changeMaster) Deprecated.