Interface PostLockboxServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<PostLockboxServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<PostLockboxServiceBatch>
- All Known Implementing Classes:
DefaultPostLockboxServiceBatchChangeSet
public interface PostLockboxServiceBatchChangeSet
extends FluentHelperBatchChangeSet<PostLockboxServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<PostLockboxServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
PostLockboxService.-
Method Summary
Modifier and TypeMethodDescriptioncreateLockboxBatch(LockboxBatch lockboxBatch) Create a newLockboxBatchentity and save it to the S/4HANA system.createLockboxBatchItem(LockboxBatchItem lockboxBatchItem) Create a newLockboxBatchItementity 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
-
createLockboxBatch
Create a newLockboxBatchentity and save it to the S/4HANA system.- Parameters:
lockboxBatch-LockboxBatchentity 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.
-
createLockboxBatchItem
@Nonnull PostLockboxServiceBatchChangeSet createLockboxBatchItem(@Nonnull LockboxBatchItem lockboxBatchItem) Create a newLockboxBatchItementity and save it to the S/4HANA system.- Parameters:
lockboxBatchItem-LockboxBatchItementity 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.
-