Class DefaultInboundDeliveryServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<InboundDeliveryServiceBatch,InboundDeliveryServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddelivery.batch.DefaultInboundDeliveryServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<InboundDeliveryServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<InboundDeliveryServiceBatch>,InboundDeliveryServiceBatchChangeSet
public class DefaultInboundDeliveryServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<InboundDeliveryServiceBatch,InboundDeliveryServiceBatchChangeSet>
implements InboundDeliveryServiceBatchChangeSet
Implementation of the
InboundDeliveryServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
InboundDeliveryService.-
Method Summary
Modifier and TypeMethodDescriptioncreateInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Create a newInbDeliveryHeaderentity and save it to the S/4HANA system.deleteInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deletes an existingInbDeliveryHeaderentity in the S/4HANA system.deleteInbDeliveryItem(InbDeliveryItem inbDeliveryItem) Deletes an existingInbDeliveryItementity in the S/4HANA system.getThis()updateInbDeliveryDocFlow(InbDeliveryDocFlow inbDeliveryDocFlow) Update an existingInbDeliveryDocFlowentity and save it to the S/4HANA system.updateInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Update an existingInbDeliveryHeaderentity and save it to the S/4HANA system.updateInbDeliveryItem(InbDeliveryItem inbDeliveryItem) Update an existingInbDeliveryItementity 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<InboundDeliveryServiceBatch,InboundDeliveryServiceBatchChangeSet>
-
updateInbDeliveryDocFlow
@Nonnull public InboundDeliveryServiceBatchChangeSet updateInbDeliveryDocFlow(@Nonnull InbDeliveryDocFlow inbDeliveryDocFlow) Description copied from interface:InboundDeliveryServiceBatchChangeSetUpdate an existingInbDeliveryDocFlowentity and save it to the S/4HANA system.- Specified by:
updateInbDeliveryDocFlowin interfaceInboundDeliveryServiceBatchChangeSet- Parameters:
inbDeliveryDocFlow-InbDeliveryDocFlowentity 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.
-
createInbDeliveryHeader
@Nonnull public InboundDeliveryServiceBatchChangeSet createInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader) Description copied from interface:InboundDeliveryServiceBatchChangeSetCreate a newInbDeliveryHeaderentity and save it to the S/4HANA system.- Specified by:
createInbDeliveryHeaderin interfaceInboundDeliveryServiceBatchChangeSet- Parameters:
inbDeliveryHeader-InbDeliveryHeaderentity 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.
-
updateInbDeliveryHeader
@Nonnull public InboundDeliveryServiceBatchChangeSet updateInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader) Description copied from interface:InboundDeliveryServiceBatchChangeSetUpdate an existingInbDeliveryHeaderentity and save it to the S/4HANA system.- Specified by:
updateInbDeliveryHeaderin interfaceInboundDeliveryServiceBatchChangeSet- Parameters:
inbDeliveryHeader-InbDeliveryHeaderentity 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.
-
deleteInbDeliveryHeader
@Nonnull public InboundDeliveryServiceBatchChangeSet deleteInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader) Description copied from interface:InboundDeliveryServiceBatchChangeSetDeletes an existingInbDeliveryHeaderentity in the S/4HANA system.- Specified by:
deleteInbDeliveryHeaderin interfaceInboundDeliveryServiceBatchChangeSet- Parameters:
inbDeliveryHeader-InbDeliveryHeaderentity 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.
-
updateInbDeliveryItem
@Nonnull public InboundDeliveryServiceBatchChangeSet updateInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem) Description copied from interface:InboundDeliveryServiceBatchChangeSetUpdate an existingInbDeliveryItementity and save it to the S/4HANA system.- Specified by:
updateInbDeliveryItemin interfaceInboundDeliveryServiceBatchChangeSet- Parameters:
inbDeliveryItem-InbDeliveryItementity 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.
-
deleteInbDeliveryItem
@Nonnull public InboundDeliveryServiceBatchChangeSet deleteInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem) Description copied from interface:InboundDeliveryServiceBatchChangeSetDeletes an existingInbDeliveryItementity in the S/4HANA system.- Specified by:
deleteInbDeliveryItemin interfaceInboundDeliveryServiceBatchChangeSet- Parameters:
inbDeliveryItem-InbDeliveryItementity 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.
-