Class DefaultCreditMemoRequestServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<CreditMemoRequestServiceBatch,CreditMemoRequestServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.creditmemorequest.batch.DefaultCreditMemoRequestServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<CreditMemoRequestServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<CreditMemoRequestServiceBatch>,CreditMemoRequestServiceBatchChangeSet
public class DefaultCreditMemoRequestServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<CreditMemoRequestServiceBatch,CreditMemoRequestServiceBatchChangeSet>
implements CreditMemoRequestServiceBatchChangeSet
Implementation of the
CreditMemoRequestServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
CreditMemoRequestService.-
Method Summary
Modifier and TypeMethodDescriptioncreateCreditMemoRequest(CreditMemoRequest creditMemoRequest) Create a newCreditMemoRequestentity and save it to the S/4HANA system.createCreditMemoRequestItem(CreditMemoRequestItem creditMemoRequestItem) Create a newCreditMemoRequestItementity and save it to the S/4HANA system.deleteCreditMemoReqItemPartner(CreditMemoReqItemPartner creditMemoReqItemPartner) Deletes an existingCreditMemoReqItemPartnerentity in the S/4HANA system.deleteCreditMemoReqItemPrcgElmnt(CreditMemoReqItemPrcgElmnt creditMemoReqItemPrcgElmnt) Deletes an existingCreditMemoReqItemPrcgElmntentity in the S/4HANA system.deleteCreditMemoReqItemText(CreditMemoReqItemText creditMemoReqItemText) Deletes an existingCreditMemoReqItemTextentity in the S/4HANA system.deleteCreditMemoReqPartner(CreditMemoReqPartner creditMemoReqPartner) Deletes an existingCreditMemoReqPartnerentity in the S/4HANA system.deleteCreditMemoReqPrcgElmnt(CreditMemoReqPrcgElmnt creditMemoReqPrcgElmnt) Deletes an existingCreditMemoReqPrcgElmntentity in the S/4HANA system.deleteCreditMemoReqText(CreditMemoReqText creditMemoReqText) Deletes an existingCreditMemoReqTextentity in the S/4HANA system.deleteCreditMemoRequest(CreditMemoRequest creditMemoRequest) Deletes an existingCreditMemoRequestentity in the S/4HANA system.deleteCreditMemoRequestItem(CreditMemoRequestItem creditMemoRequestItem) Deletes an existingCreditMemoRequestItementity in the S/4HANA system.getThis()updateCreditMemoReqItemPartner(CreditMemoReqItemPartner creditMemoReqItemPartner) Update an existingCreditMemoReqItemPartnerentity and save it to the S/4HANA system.updateCreditMemoReqItemPrcgElmnt(CreditMemoReqItemPrcgElmnt creditMemoReqItemPrcgElmnt) Update an existingCreditMemoReqItemPrcgElmntentity and save it to the S/4HANA system.updateCreditMemoReqItemText(CreditMemoReqItemText creditMemoReqItemText) Update an existingCreditMemoReqItemTextentity and save it to the S/4HANA system.updateCreditMemoReqPartner(CreditMemoReqPartner creditMemoReqPartner) Update an existingCreditMemoReqPartnerentity and save it to the S/4HANA system.updateCreditMemoReqPrcgElmnt(CreditMemoReqPrcgElmnt creditMemoReqPrcgElmnt) Update an existingCreditMemoReqPrcgElmntentity and save it to the S/4HANA system.updateCreditMemoReqText(CreditMemoReqText creditMemoReqText) Update an existingCreditMemoReqTextentity and save it to the S/4HANA system.updateCreditMemoRequest(CreditMemoRequest creditMemoRequest) Update an existingCreditMemoRequestentity and save it to the S/4HANA system.updateCreditMemoRequestItem(CreditMemoRequestItem creditMemoRequestItem) Update an existingCreditMemoRequestItementity and save it to the S/4HANA system.Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
addFunctionImport, addRequest, addRequest, addRequest, addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
getThis
- Specified by:
getThisin classBatchChangeSetFluentHelperBasic<CreditMemoRequestServiceBatch,CreditMemoRequestServiceBatchChangeSet>
-
updateCreditMemoReqItemPartner
@Nonnull public CreditMemoRequestServiceBatchChangeSet updateCreditMemoReqItemPartner(@Nonnull CreditMemoReqItemPartner creditMemoReqItemPartner) Description copied from interface:CreditMemoRequestServiceBatchChangeSetUpdate an existingCreditMemoReqItemPartnerentity and save it to the S/4HANA system.- Specified by:
updateCreditMemoReqItemPartnerin interfaceCreditMemoRequestServiceBatchChangeSet- Parameters:
creditMemoReqItemPartner-CreditMemoReqItemPartnerentity 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.
-
deleteCreditMemoReqItemPartner
@Nonnull public CreditMemoRequestServiceBatchChangeSet deleteCreditMemoReqItemPartner(@Nonnull CreditMemoReqItemPartner creditMemoReqItemPartner) Description copied from interface:CreditMemoRequestServiceBatchChangeSetDeletes an existingCreditMemoReqItemPartnerentity in the S/4HANA system.- Specified by:
deleteCreditMemoReqItemPartnerin interfaceCreditMemoRequestServiceBatchChangeSet- Parameters:
creditMemoReqItemPartner-CreditMemoReqItemPartnerentity 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.
-
updateCreditMemoReqItemPrcgElmnt
@Nonnull public CreditMemoRequestServiceBatchChangeSet updateCreditMemoReqItemPrcgElmnt(@Nonnull CreditMemoReqItemPrcgElmnt creditMemoReqItemPrcgElmnt) Description copied from interface:CreditMemoRequestServiceBatchChangeSetUpdate an existingCreditMemoReqItemPrcgElmntentity and save it to the S/4HANA system.- Specified by:
updateCreditMemoReqItemPrcgElmntin interfaceCreditMemoRequestServiceBatchChangeSet- Parameters:
creditMemoReqItemPrcgElmnt-CreditMemoReqItemPrcgElmntentity 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.
-
deleteCreditMemoReqItemPrcgElmnt
@Nonnull public CreditMemoRequestServiceBatchChangeSet deleteCreditMemoReqItemPrcgElmnt(@Nonnull CreditMemoReqItemPrcgElmnt creditMemoReqItemPrcgElmnt) Description copied from interface:CreditMemoRequestServiceBatchChangeSetDeletes an existingCreditMemoReqItemPrcgElmntentity in the S/4HANA system.- Specified by:
deleteCreditMemoReqItemPrcgElmntin interfaceCreditMemoRequestServiceBatchChangeSet- Parameters:
creditMemoReqItemPrcgElmnt-CreditMemoReqItemPrcgElmntentity 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.
-
updateCreditMemoReqItemText
@Nonnull public CreditMemoRequestServiceBatchChangeSet updateCreditMemoReqItemText(@Nonnull CreditMemoReqItemText creditMemoReqItemText) Description copied from interface:CreditMemoRequestServiceBatchChangeSetUpdate an existingCreditMemoReqItemTextentity and save it to the S/4HANA system.- Specified by:
updateCreditMemoReqItemTextin interfaceCreditMemoRequestServiceBatchChangeSet- Parameters:
creditMemoReqItemText-CreditMemoReqItemTextentity 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.
-
deleteCreditMemoReqItemText
@Nonnull public CreditMemoRequestServiceBatchChangeSet deleteCreditMemoReqItemText(@Nonnull CreditMemoReqItemText creditMemoReqItemText) Description copied from interface:CreditMemoRequestServiceBatchChangeSetDeletes an existingCreditMemoReqItemTextentity in the S/4HANA system.- Specified by:
deleteCreditMemoReqItemTextin interfaceCreditMemoRequestServiceBatchChangeSet- Parameters:
creditMemoReqItemText-CreditMemoReqItemTextentity 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.
-
updateCreditMemoReqPartner
@Nonnull public CreditMemoRequestServiceBatchChangeSet updateCreditMemoReqPartner(@Nonnull CreditMemoReqPartner creditMemoReqPartner) Description copied from interface:CreditMemoRequestServiceBatchChangeSetUpdate an existingCreditMemoReqPartnerentity and save it to the S/4HANA system.- Specified by:
updateCreditMemoReqPartnerin interfaceCreditMemoRequestServiceBatchChangeSet- Parameters:
creditMemoReqPartner-CreditMemoReqPartnerentity 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.
-
deleteCreditMemoReqPartner
@Nonnull public CreditMemoRequestServiceBatchChangeSet deleteCreditMemoReqPartner(@Nonnull CreditMemoReqPartner creditMemoReqPartner) Description copied from interface:CreditMemoRequestServiceBatchChangeSetDeletes an existingCreditMemoReqPartnerentity in the S/4HANA system.- Specified by:
deleteCreditMemoReqPartnerin interfaceCreditMemoRequestServiceBatchChangeSet- Parameters:
creditMemoReqPartner-CreditMemoReqPartnerentity 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.
-
updateCreditMemoReqPrcgElmnt
@Nonnull public CreditMemoRequestServiceBatchChangeSet updateCreditMemoReqPrcgElmnt(@Nonnull CreditMemoReqPrcgElmnt creditMemoReqPrcgElmnt) Description copied from interface:CreditMemoRequestServiceBatchChangeSetUpdate an existingCreditMemoReqPrcgElmntentity and save it to the S/4HANA system.- Specified by:
updateCreditMemoReqPrcgElmntin interfaceCreditMemoRequestServiceBatchChangeSet- Parameters:
creditMemoReqPrcgElmnt-CreditMemoReqPrcgElmntentity 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.
-
deleteCreditMemoReqPrcgElmnt
@Nonnull public CreditMemoRequestServiceBatchChangeSet deleteCreditMemoReqPrcgElmnt(@Nonnull CreditMemoReqPrcgElmnt creditMemoReqPrcgElmnt) Description copied from interface:CreditMemoRequestServiceBatchChangeSetDeletes an existingCreditMemoReqPrcgElmntentity in the S/4HANA system.- Specified by:
deleteCreditMemoReqPrcgElmntin interfaceCreditMemoRequestServiceBatchChangeSet- Parameters:
creditMemoReqPrcgElmnt-CreditMemoReqPrcgElmntentity 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.
-
updateCreditMemoReqText
@Nonnull public CreditMemoRequestServiceBatchChangeSet updateCreditMemoReqText(@Nonnull CreditMemoReqText creditMemoReqText) Description copied from interface:CreditMemoRequestServiceBatchChangeSetUpdate an existingCreditMemoReqTextentity and save it to the S/4HANA system.- Specified by:
updateCreditMemoReqTextin interfaceCreditMemoRequestServiceBatchChangeSet- Parameters:
creditMemoReqText-CreditMemoReqTextentity 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.
-
deleteCreditMemoReqText
@Nonnull public CreditMemoRequestServiceBatchChangeSet deleteCreditMemoReqText(@Nonnull CreditMemoReqText creditMemoReqText) Description copied from interface:CreditMemoRequestServiceBatchChangeSetDeletes an existingCreditMemoReqTextentity in the S/4HANA system.- Specified by:
deleteCreditMemoReqTextin interfaceCreditMemoRequestServiceBatchChangeSet- Parameters:
creditMemoReqText-CreditMemoReqTextentity 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.
-
createCreditMemoRequest
@Nonnull public CreditMemoRequestServiceBatchChangeSet createCreditMemoRequest(@Nonnull CreditMemoRequest creditMemoRequest) Description copied from interface:CreditMemoRequestServiceBatchChangeSetCreate a newCreditMemoRequestentity and save it to the S/4HANA system.- Specified by:
createCreditMemoRequestin interfaceCreditMemoRequestServiceBatchChangeSet- Parameters:
creditMemoRequest-CreditMemoRequestentity 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.
-
updateCreditMemoRequest
@Nonnull public CreditMemoRequestServiceBatchChangeSet updateCreditMemoRequest(@Nonnull CreditMemoRequest creditMemoRequest) Description copied from interface:CreditMemoRequestServiceBatchChangeSetUpdate an existingCreditMemoRequestentity and save it to the S/4HANA system.- Specified by:
updateCreditMemoRequestin interfaceCreditMemoRequestServiceBatchChangeSet- Parameters:
creditMemoRequest-CreditMemoRequestentity 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.
-
deleteCreditMemoRequest
@Nonnull public CreditMemoRequestServiceBatchChangeSet deleteCreditMemoRequest(@Nonnull CreditMemoRequest creditMemoRequest) Description copied from interface:CreditMemoRequestServiceBatchChangeSetDeletes an existingCreditMemoRequestentity in the S/4HANA system.- Specified by:
deleteCreditMemoRequestin interfaceCreditMemoRequestServiceBatchChangeSet- Parameters:
creditMemoRequest-CreditMemoRequestentity 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.
-
createCreditMemoRequestItem
@Nonnull public CreditMemoRequestServiceBatchChangeSet createCreditMemoRequestItem(@Nonnull CreditMemoRequestItem creditMemoRequestItem) Description copied from interface:CreditMemoRequestServiceBatchChangeSetCreate a newCreditMemoRequestItementity and save it to the S/4HANA system.- Specified by:
createCreditMemoRequestItemin interfaceCreditMemoRequestServiceBatchChangeSet- Parameters:
creditMemoRequestItem-CreditMemoRequestItementity 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.
-
updateCreditMemoRequestItem
@Nonnull public CreditMemoRequestServiceBatchChangeSet updateCreditMemoRequestItem(@Nonnull CreditMemoRequestItem creditMemoRequestItem) Description copied from interface:CreditMemoRequestServiceBatchChangeSetUpdate an existingCreditMemoRequestItementity and save it to the S/4HANA system.- Specified by:
updateCreditMemoRequestItemin interfaceCreditMemoRequestServiceBatchChangeSet- Parameters:
creditMemoRequestItem-CreditMemoRequestItementity 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.
-
deleteCreditMemoRequestItem
@Nonnull public CreditMemoRequestServiceBatchChangeSet deleteCreditMemoRequestItem(@Nonnull CreditMemoRequestItem creditMemoRequestItem) Description copied from interface:CreditMemoRequestServiceBatchChangeSetDeletes an existingCreditMemoRequestItementity in the S/4HANA system.- Specified by:
deleteCreditMemoRequestItemin interfaceCreditMemoRequestServiceBatchChangeSet- Parameters:
creditMemoRequestItem-CreditMemoRequestItementity 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.
-