Interface CustomerReturnServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<CustomerReturnServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<CustomerReturnServiceBatch>
- All Known Implementing Classes:
DefaultCustomerReturnServiceBatchChangeSet
public interface CustomerReturnServiceBatchChangeSet
extends FluentHelperBatchChangeSet<CustomerReturnServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<CustomerReturnServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
CustomerReturnService.-
Method Summary
Modifier and TypeMethodDescriptioncreateCustomerReturn(CustomerReturn customerReturn) Create a newCustomerReturnentity and save it to the S/4HANA system.createCustomerReturnItem(CustomerReturnItem customerReturnItem) Create a newCustomerReturnItementity and save it to the S/4HANA system.createCustomerReturnItemRelatedObj(CustomerReturnItemRelatedObj customerReturnItemRelatedObj) Create a newCustomerReturnItemRelatedObjentity and save it to the S/4HANA system.createCustomerReturnRelatedObject(CustomerReturnRelatedObject customerReturnRelatedObject) Create a newCustomerReturnRelatedObjectentity and save it to the S/4HANA system.deleteCustomerReturn(CustomerReturn customerReturn) Deletes an existingCustomerReturnentity in the S/4HANA system.deleteCustomerReturnItem(CustomerReturnItem customerReturnItem) Deletes an existingCustomerReturnItementity in the S/4HANA system.deleteCustomerReturnItemPartner(CustomerReturnItemPartner customerReturnItemPartner) Deletes an existingCustomerReturnItemPartnerentity in the S/4HANA system.deleteCustomerReturnItemPrcgElmnt(CustomerReturnItemPrcgElmnt customerReturnItemPrcgElmnt) Deletes an existingCustomerReturnItemPrcgElmntentity in the S/4HANA system.deleteCustomerReturnItemRelatedObj(CustomerReturnItemRelatedObj customerReturnItemRelatedObj) Deletes an existingCustomerReturnItemRelatedObjentity in the S/4HANA system.deleteCustomerReturnItemText(CustomerReturnItemText customerReturnItemText) Deletes an existingCustomerReturnItemTextentity in the S/4HANA system.deleteCustomerReturnPartner(CustomerReturnPartner customerReturnPartner) Deletes an existingCustomerReturnPartnerentity in the S/4HANA system.deleteCustomerReturnPrcgElmnt(CustomerReturnPrcgElmnt customerReturnPrcgElmnt) Deletes an existingCustomerReturnPrcgElmntentity in the S/4HANA system.deleteCustomerReturnRelatedObject(CustomerReturnRelatedObject customerReturnRelatedObject) Deletes an existingCustomerReturnRelatedObjectentity in the S/4HANA system.deleteCustomerReturnText(CustomerReturnText customerReturnText) Deletes an existingCustomerReturnTextentity in the S/4HANA system.updateCustomerReturn(CustomerReturn customerReturn) Update an existingCustomerReturnentity and save it to the S/4HANA system.updateCustomerReturnItem(CustomerReturnItem customerReturnItem) Update an existingCustomerReturnItementity and save it to the S/4HANA system.updateCustomerReturnItemPartner(CustomerReturnItemPartner customerReturnItemPartner) Update an existingCustomerReturnItemPartnerentity and save it to the S/4HANA system.updateCustomerReturnItemPrcgElmnt(CustomerReturnItemPrcgElmnt customerReturnItemPrcgElmnt) Update an existingCustomerReturnItemPrcgElmntentity and save it to the S/4HANA system.updateCustomerReturnItemText(CustomerReturnItemText customerReturnItemText) Update an existingCustomerReturnItemTextentity and save it to the S/4HANA system.updateCustomerReturnPartner(CustomerReturnPartner customerReturnPartner) Update an existingCustomerReturnPartnerentity and save it to the S/4HANA system.updateCustomerReturnPrcgElmnt(CustomerReturnPrcgElmnt customerReturnPrcgElmnt) Update an existingCustomerReturnPrcgElmntentity and save it to the S/4HANA system.updateCustomerReturnText(CustomerReturnText customerReturnText) Update an existingCustomerReturnTextentity and save it to the S/4HANA system.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
createCustomerReturn
@Nonnull CustomerReturnServiceBatchChangeSet createCustomerReturn(@Nonnull CustomerReturn customerReturn) Create a newCustomerReturnentity and save it to the S/4HANA system.- Parameters:
customerReturn-CustomerReturnentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateCustomerReturn
@Nonnull CustomerReturnServiceBatchChangeSet updateCustomerReturn(@Nonnull CustomerReturn customerReturn) Update an existingCustomerReturnentity and save it to the S/4HANA system.- Parameters:
customerReturn-CustomerReturnentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteCustomerReturn
@Nonnull CustomerReturnServiceBatchChangeSet deleteCustomerReturn(@Nonnull CustomerReturn customerReturn) Deletes an existingCustomerReturnentity in the S/4HANA system.- Parameters:
customerReturn-CustomerReturnentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createCustomerReturnItem
@Nonnull CustomerReturnServiceBatchChangeSet createCustomerReturnItem(@Nonnull CustomerReturnItem customerReturnItem) Create a newCustomerReturnItementity and save it to the S/4HANA system.- Parameters:
customerReturnItem-CustomerReturnItementity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateCustomerReturnItem
@Nonnull CustomerReturnServiceBatchChangeSet updateCustomerReturnItem(@Nonnull CustomerReturnItem customerReturnItem) Update an existingCustomerReturnItementity and save it to the S/4HANA system.- Parameters:
customerReturnItem-CustomerReturnItementity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteCustomerReturnItem
@Nonnull CustomerReturnServiceBatchChangeSet deleteCustomerReturnItem(@Nonnull CustomerReturnItem customerReturnItem) Deletes an existingCustomerReturnItementity in the S/4HANA system.- Parameters:
customerReturnItem-CustomerReturnItementity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateCustomerReturnItemPartner
@Nonnull CustomerReturnServiceBatchChangeSet updateCustomerReturnItemPartner(@Nonnull CustomerReturnItemPartner customerReturnItemPartner) Update an existingCustomerReturnItemPartnerentity and save it to the S/4HANA system.- Parameters:
customerReturnItemPartner-CustomerReturnItemPartnerentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteCustomerReturnItemPartner
@Nonnull CustomerReturnServiceBatchChangeSet deleteCustomerReturnItemPartner(@Nonnull CustomerReturnItemPartner customerReturnItemPartner) Deletes an existingCustomerReturnItemPartnerentity in the S/4HANA system.- Parameters:
customerReturnItemPartner-CustomerReturnItemPartnerentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateCustomerReturnItemPrcgElmnt
@Nonnull CustomerReturnServiceBatchChangeSet updateCustomerReturnItemPrcgElmnt(@Nonnull CustomerReturnItemPrcgElmnt customerReturnItemPrcgElmnt) Update an existingCustomerReturnItemPrcgElmntentity and save it to the S/4HANA system.- Parameters:
customerReturnItemPrcgElmnt-CustomerReturnItemPrcgElmntentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteCustomerReturnItemPrcgElmnt
@Nonnull CustomerReturnServiceBatchChangeSet deleteCustomerReturnItemPrcgElmnt(@Nonnull CustomerReturnItemPrcgElmnt customerReturnItemPrcgElmnt) Deletes an existingCustomerReturnItemPrcgElmntentity in the S/4HANA system.- Parameters:
customerReturnItemPrcgElmnt-CustomerReturnItemPrcgElmntentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createCustomerReturnItemRelatedObj
@Nonnull CustomerReturnServiceBatchChangeSet createCustomerReturnItemRelatedObj(@Nonnull CustomerReturnItemRelatedObj customerReturnItemRelatedObj) Create a newCustomerReturnItemRelatedObjentity and save it to the S/4HANA system.- Parameters:
customerReturnItemRelatedObj-CustomerReturnItemRelatedObjentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteCustomerReturnItemRelatedObj
@Nonnull CustomerReturnServiceBatchChangeSet deleteCustomerReturnItemRelatedObj(@Nonnull CustomerReturnItemRelatedObj customerReturnItemRelatedObj) Deletes an existingCustomerReturnItemRelatedObjentity in the S/4HANA system.- Parameters:
customerReturnItemRelatedObj-CustomerReturnItemRelatedObjentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateCustomerReturnItemText
@Nonnull CustomerReturnServiceBatchChangeSet updateCustomerReturnItemText(@Nonnull CustomerReturnItemText customerReturnItemText) Update an existingCustomerReturnItemTextentity and save it to the S/4HANA system.- Parameters:
customerReturnItemText-CustomerReturnItemTextentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteCustomerReturnItemText
@Nonnull CustomerReturnServiceBatchChangeSet deleteCustomerReturnItemText(@Nonnull CustomerReturnItemText customerReturnItemText) Deletes an existingCustomerReturnItemTextentity in the S/4HANA system.- Parameters:
customerReturnItemText-CustomerReturnItemTextentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateCustomerReturnPartner
@Nonnull CustomerReturnServiceBatchChangeSet updateCustomerReturnPartner(@Nonnull CustomerReturnPartner customerReturnPartner) Update an existingCustomerReturnPartnerentity and save it to the S/4HANA system.- Parameters:
customerReturnPartner-CustomerReturnPartnerentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteCustomerReturnPartner
@Nonnull CustomerReturnServiceBatchChangeSet deleteCustomerReturnPartner(@Nonnull CustomerReturnPartner customerReturnPartner) Deletes an existingCustomerReturnPartnerentity in the S/4HANA system.- Parameters:
customerReturnPartner-CustomerReturnPartnerentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateCustomerReturnPrcgElmnt
@Nonnull CustomerReturnServiceBatchChangeSet updateCustomerReturnPrcgElmnt(@Nonnull CustomerReturnPrcgElmnt customerReturnPrcgElmnt) Update an existingCustomerReturnPrcgElmntentity and save it to the S/4HANA system.- Parameters:
customerReturnPrcgElmnt-CustomerReturnPrcgElmntentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteCustomerReturnPrcgElmnt
@Nonnull CustomerReturnServiceBatchChangeSet deleteCustomerReturnPrcgElmnt(@Nonnull CustomerReturnPrcgElmnt customerReturnPrcgElmnt) Deletes an existingCustomerReturnPrcgElmntentity in the S/4HANA system.- Parameters:
customerReturnPrcgElmnt-CustomerReturnPrcgElmntentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createCustomerReturnRelatedObject
@Nonnull CustomerReturnServiceBatchChangeSet createCustomerReturnRelatedObject(@Nonnull CustomerReturnRelatedObject customerReturnRelatedObject) Create a newCustomerReturnRelatedObjectentity and save it to the S/4HANA system.- Parameters:
customerReturnRelatedObject-CustomerReturnRelatedObjectentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteCustomerReturnRelatedObject
@Nonnull CustomerReturnServiceBatchChangeSet deleteCustomerReturnRelatedObject(@Nonnull CustomerReturnRelatedObject customerReturnRelatedObject) Deletes an existingCustomerReturnRelatedObjectentity in the S/4HANA system.- Parameters:
customerReturnRelatedObject-CustomerReturnRelatedObjectentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateCustomerReturnText
@Nonnull CustomerReturnServiceBatchChangeSet updateCustomerReturnText(@Nonnull CustomerReturnText customerReturnText) Update an existingCustomerReturnTextentity and save it to the S/4HANA system.- Parameters:
customerReturnText-CustomerReturnTextentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteCustomerReturnText
@Nonnull CustomerReturnServiceBatchChangeSet deleteCustomerReturnText(@Nonnull CustomerReturnText customerReturnText) Deletes an existingCustomerReturnTextentity in the S/4HANA system.- Parameters:
customerReturnText-CustomerReturnTextentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-