Class DefaultEarmarkedFundsDocumentServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<EarmarkedFundsDocumentServiceBatch,EarmarkedFundsDocumentServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.earmarkedfundsdocument.batch.DefaultEarmarkedFundsDocumentServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<EarmarkedFundsDocumentServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<EarmarkedFundsDocumentServiceBatch>,EarmarkedFundsDocumentServiceBatchChangeSet
public class DefaultEarmarkedFundsDocumentServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<EarmarkedFundsDocumentServiceBatch,EarmarkedFundsDocumentServiceBatchChangeSet>
implements EarmarkedFundsDocumentServiceBatchChangeSet
Implementation of the
EarmarkedFundsDocumentServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. 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.getThis()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 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
-
createEarmarkedFundsDocument
@Nonnull public EarmarkedFundsDocumentServiceBatchChangeSet createEarmarkedFundsDocument(@Nonnull EarmarkedFundsDocument earmarkedFundsDocument) Description copied from interface:EarmarkedFundsDocumentServiceBatchChangeSetCreate a newEarmarkedFundsDocumententity and save it to the S/4HANA system.- Specified by:
createEarmarkedFundsDocumentin interfaceEarmarkedFundsDocumentServiceBatchChangeSet- 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 public EarmarkedFundsDocumentServiceBatchChangeSet updateEarmarkedFundsDocument(@Nonnull EarmarkedFundsDocument earmarkedFundsDocument) Description copied from interface:EarmarkedFundsDocumentServiceBatchChangeSetUpdate an existingEarmarkedFundsDocumententity and save it to the S/4HANA system.- Specified by:
updateEarmarkedFundsDocumentin interfaceEarmarkedFundsDocumentServiceBatchChangeSet- 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 public EarmarkedFundsDocumentServiceBatchChangeSet updateEarmarkedFundsDocumentItem(@Nonnull EarmarkedFundsDocumentItem earmarkedFundsDocumentItem) Description copied from interface:EarmarkedFundsDocumentServiceBatchChangeSetUpdate an existingEarmarkedFundsDocumentItementity and save it to the S/4HANA system.- Specified by:
updateEarmarkedFundsDocumentItemin interfaceEarmarkedFundsDocumentServiceBatchChangeSet- 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 public EarmarkedFundsDocumentServiceBatchChangeSet deleteEarmarkedFundsDocumentItem(@Nonnull EarmarkedFundsDocumentItem earmarkedFundsDocumentItem) Description copied from interface:EarmarkedFundsDocumentServiceBatchChangeSetDeletes an existingEarmarkedFundsDocumentItementity in the S/4HANA system.- Specified by:
deleteEarmarkedFundsDocumentItemin interfaceEarmarkedFundsDocumentServiceBatchChangeSet- 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.
-