Class DefaultPaymentAdviceServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<PaymentAdviceServiceBatch,PaymentAdviceServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.paymentadvice.batch.DefaultPaymentAdviceServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<PaymentAdviceServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<PaymentAdviceServiceBatch>,PaymentAdviceServiceBatchChangeSet
public class DefaultPaymentAdviceServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<PaymentAdviceServiceBatch,PaymentAdviceServiceBatchChangeSet>
implements PaymentAdviceServiceBatchChangeSet
Implementation of the
PaymentAdviceServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
PaymentAdviceService.-
Method Summary
Modifier and TypeMethodDescriptioncreatePaymentAdvice(PaymentAdvice paymentAdvice) Create a newPaymentAdviceentity and save it to the S/4HANA system.createPaymentAdviceItem(PaymentAdviceItem paymentAdviceItem) Create a newPaymentAdviceItementity and save it to the S/4HANA system.deletePaymentAdvice(PaymentAdvice paymentAdvice) Deletes an existingPaymentAdviceentity in the S/4HANA system.deletePaymentAdviceItem(PaymentAdviceItem paymentAdviceItem) Deletes an existingPaymentAdviceItementity in the S/4HANA system.getThis()updatePaymentAdvice(PaymentAdvice paymentAdvice) Update an existingPaymentAdviceentity and save it to the S/4HANA system.updatePaymentAdviceItem(PaymentAdviceItem paymentAdviceItem) Update an existingPaymentAdviceItementity 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<PaymentAdviceServiceBatch,PaymentAdviceServiceBatchChangeSet>
-
createPaymentAdvice
@Nonnull public PaymentAdviceServiceBatchChangeSet createPaymentAdvice(@Nonnull PaymentAdvice paymentAdvice) Description copied from interface:PaymentAdviceServiceBatchChangeSetCreate a newPaymentAdviceentity and save it to the S/4HANA system.- Specified by:
createPaymentAdvicein interfacePaymentAdviceServiceBatchChangeSet- Parameters:
paymentAdvice-PaymentAdviceentity 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.
-
updatePaymentAdvice
@Nonnull public PaymentAdviceServiceBatchChangeSet updatePaymentAdvice(@Nonnull PaymentAdvice paymentAdvice) Description copied from interface:PaymentAdviceServiceBatchChangeSetUpdate an existingPaymentAdviceentity and save it to the S/4HANA system.- Specified by:
updatePaymentAdvicein interfacePaymentAdviceServiceBatchChangeSet- Parameters:
paymentAdvice-PaymentAdviceentity 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.
-
deletePaymentAdvice
@Nonnull public PaymentAdviceServiceBatchChangeSet deletePaymentAdvice(@Nonnull PaymentAdvice paymentAdvice) Description copied from interface:PaymentAdviceServiceBatchChangeSetDeletes an existingPaymentAdviceentity in the S/4HANA system.- Specified by:
deletePaymentAdvicein interfacePaymentAdviceServiceBatchChangeSet- Parameters:
paymentAdvice-PaymentAdviceentity 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.
-
createPaymentAdviceItem
@Nonnull public PaymentAdviceServiceBatchChangeSet createPaymentAdviceItem(@Nonnull PaymentAdviceItem paymentAdviceItem) Description copied from interface:PaymentAdviceServiceBatchChangeSetCreate a newPaymentAdviceItementity and save it to the S/4HANA system.- Specified by:
createPaymentAdviceItemin interfacePaymentAdviceServiceBatchChangeSet- Parameters:
paymentAdviceItem-PaymentAdviceItementity 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.
-
updatePaymentAdviceItem
@Nonnull public PaymentAdviceServiceBatchChangeSet updatePaymentAdviceItem(@Nonnull PaymentAdviceItem paymentAdviceItem) Description copied from interface:PaymentAdviceServiceBatchChangeSetUpdate an existingPaymentAdviceItementity and save it to the S/4HANA system.- Specified by:
updatePaymentAdviceItemin interfacePaymentAdviceServiceBatchChangeSet- Parameters:
paymentAdviceItem-PaymentAdviceItementity 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.
-
deletePaymentAdviceItem
@Nonnull public PaymentAdviceServiceBatchChangeSet deletePaymentAdviceItem(@Nonnull PaymentAdviceItem paymentAdviceItem) Description copied from interface:PaymentAdviceServiceBatchChangeSetDeletes an existingPaymentAdviceItementity in the S/4HANA system.- Specified by:
deletePaymentAdviceItemin interfacePaymentAdviceServiceBatchChangeSet- Parameters:
paymentAdviceItem-PaymentAdviceItementity 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.
-