public class DefaultPaymentItemServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<PaymentItemServiceBatch,PaymentItemServiceBatchChangeSet> implements PaymentItemServiceBatchChangeSet
PaymentItemServiceBatchChangeSet
interface, enabling you to combine multiple operations
into one changeset. For further information have a look into the
PaymentItemService
.Modifier and Type | Method and Description |
---|---|
protected DefaultPaymentItemServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
PaymentItemServiceBatchChangeSet |
updatePaymentReleaseListItem(PaymentReleaseListItem paymentReleaseListItem)
Update an existing
PaymentReleaseListItem entity and save it to the S/4HANA system. |
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultPaymentItemServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<PaymentItemServiceBatch,PaymentItemServiceBatchChangeSet>
@Nonnull public PaymentItemServiceBatchChangeSet updatePaymentReleaseListItem(@Nonnull PaymentReleaseListItem paymentReleaseListItem)
PaymentReleaseListItem
entity and save it to the S/4HANA system.updatePaymentReleaseListItem
in interface PaymentItemServiceBatchChangeSet
paymentReleaseListItem
- PaymentReleaseListItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.