Class DefaultPostLockboxServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<PostLockboxServiceBatch,PostLockboxServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox.batch.DefaultPostLockboxServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<PostLockboxServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<PostLockboxServiceBatch>,PostLockboxServiceBatchChangeSet
public class DefaultPostLockboxServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<PostLockboxServiceBatch,PostLockboxServiceBatchChangeSet>
implements PostLockboxServiceBatchChangeSet
Implementation of the
PostLockboxServiceBatchChangeSet interface, enabling you to combine multiple operations
into one changeset. 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.protected DefaultPostLockboxServiceBatchChangeSetgetThis()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<PostLockboxServiceBatch,PostLockboxServiceBatchChangeSet>
-
createLockboxBatch
@Nonnull public PostLockboxServiceBatchChangeSet createLockboxBatch(@Nonnull LockboxBatch lockboxBatch) Description copied from interface:PostLockboxServiceBatchChangeSetCreate a newLockboxBatchentity and save it to the S/4HANA system.- Specified by:
createLockboxBatchin interfacePostLockboxServiceBatchChangeSet- 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 public PostLockboxServiceBatchChangeSet createLockboxBatchItem(@Nonnull LockboxBatchItem lockboxBatchItem) Description copied from interface:PostLockboxServiceBatchChangeSetCreate a newLockboxBatchItementity and save it to the S/4HANA system.- Specified by:
createLockboxBatchItemin interfacePostLockboxServiceBatchChangeSet- 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.
-