Interface EarmarkedFundsDocumentServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<EarmarkedFundsDocumentServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<EarmarkedFundsDocumentServiceBatch>
- All Known Implementing Classes:
DefaultEarmarkedFundsDocumentServiceBatchChangeSet
public interface EarmarkedFundsDocumentServiceBatchChangeSet
extends FluentHelperBatchChangeSet<EarmarkedFundsDocumentServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<EarmarkedFundsDocumentServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
EarmarkedFundsDocumentService.-
Method Summary
Modifier and TypeMethodDescriptioncreateEarmarkedFundsDocument(EarmarkedFundsDocument earmarkedFundsDocument) Create a newEarmarkedFundsDocumententity and save it to the S/4HANA system.deleteEarmarkedFundsDocumentItem(EarmarkedFundsDocumentItem earmarkedFundsDocumentItem) Deletes an existingEarmarkedFundsDocumentItementity in the S/4HANA system.updateEarmarkedFundsDocument(EarmarkedFundsDocument earmarkedFundsDocument) Update an existingEarmarkedFundsDocumententity and save it to the S/4HANA system.updateEarmarkedFundsDocumentItem(EarmarkedFundsDocumentItem earmarkedFundsDocumentItem) Update an existingEarmarkedFundsDocumentItementity 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
-
createEarmarkedFundsDocument
@Nonnull EarmarkedFundsDocumentServiceBatchChangeSet createEarmarkedFundsDocument(@Nonnull EarmarkedFundsDocument earmarkedFundsDocument) Create a newEarmarkedFundsDocumententity and save it to the S/4HANA system.- Parameters:
earmarkedFundsDocument-EarmarkedFundsDocumententity 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.
-
updateEarmarkedFundsDocument
@Nonnull EarmarkedFundsDocumentServiceBatchChangeSet updateEarmarkedFundsDocument(@Nonnull EarmarkedFundsDocument earmarkedFundsDocument) Update an existingEarmarkedFundsDocumententity and save it to the S/4HANA system.- Parameters:
earmarkedFundsDocument-EarmarkedFundsDocumententity 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.
-
updateEarmarkedFundsDocumentItem
@Nonnull EarmarkedFundsDocumentServiceBatchChangeSet updateEarmarkedFundsDocumentItem(@Nonnull EarmarkedFundsDocumentItem earmarkedFundsDocumentItem) Update an existingEarmarkedFundsDocumentItementity and save it to the S/4HANA system.- Parameters:
earmarkedFundsDocumentItem-EarmarkedFundsDocumentItementity 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.
-
deleteEarmarkedFundsDocumentItem
@Nonnull EarmarkedFundsDocumentServiceBatchChangeSet deleteEarmarkedFundsDocumentItem(@Nonnull EarmarkedFundsDocumentItem earmarkedFundsDocumentItem) Deletes an existingEarmarkedFundsDocumentItementity in the S/4HANA system.- Parameters:
earmarkedFundsDocumentItem-EarmarkedFundsDocumentItementity 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.
-