Class DefaultPaymentItemServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<PaymentItemServiceBatch,PaymentItemServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.paymentitem.batch.DefaultPaymentItemServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<PaymentItemServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<PaymentItemServiceBatch>,PaymentItemServiceBatchChangeSet
public class DefaultPaymentItemServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<PaymentItemServiceBatch,PaymentItemServiceBatchChangeSet>
implements PaymentItemServiceBatchChangeSet
Implementation of the
PaymentItemServiceBatchChangeSet interface, enabling you to combine multiple operations
into one changeset. For further information have a look into the
PaymentItemService.-
Method Summary
Modifier and TypeMethodDescriptionprotected DefaultPaymentItemServiceBatchChangeSetgetThis()updatePaymentReleaseListItem(PaymentReleaseListItem paymentReleaseListItem) Update an existingPaymentReleaseListItementity 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<PaymentItemServiceBatch,PaymentItemServiceBatchChangeSet>
-
updatePaymentReleaseListItem
@Nonnull public PaymentItemServiceBatchChangeSet updatePaymentReleaseListItem(@Nonnull PaymentReleaseListItem paymentReleaseListItem) Description copied from interface:PaymentItemServiceBatchChangeSetUpdate an existingPaymentReleaseListItementity and save it to the S/4HANA system.- Specified by:
updatePaymentReleaseListItemin interfacePaymentItemServiceBatchChangeSet- Parameters:
paymentReleaseListItem-PaymentReleaseListItementity 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.
-