Class DefaultInboundDeliveryV2ServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<InboundDeliveryV2ServiceBatch,InboundDeliveryV2ServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2.batch.DefaultInboundDeliveryV2ServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<InboundDeliveryV2ServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<InboundDeliveryV2ServiceBatch>,InboundDeliveryV2ServiceBatchChangeSet
public class DefaultInboundDeliveryV2ServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<InboundDeliveryV2ServiceBatch,InboundDeliveryV2ServiceBatchChangeSet>
implements InboundDeliveryV2ServiceBatchChangeSet
Implementation of the
InboundDeliveryV2ServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
InboundDeliveryV2Service.-
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<InboundDeliveryV2ServiceBatch,InboundDeliveryV2ServiceBatchChangeSet>
-
updateInbDeliveryDocFlow
@Nonnull public InboundDeliveryV2ServiceBatchChangeSet updateInbDeliveryDocFlow(@Nonnull InbDeliveryDocFlow inbDeliveryDocFlow) Description copied from interface:InboundDeliveryV2ServiceBatchChangeSetUpdate an existingInbDeliveryDocFlowentity and save it to the S/4HANA system.- Specified by:
updateInbDeliveryDocFlowin interfaceInboundDeliveryV2ServiceBatchChangeSet- 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 InboundDeliveryV2ServiceBatchChangeSet createInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader) Description copied from interface:InboundDeliveryV2ServiceBatchChangeSetCreate a newInbDeliveryHeaderentity and save it to the S/4HANA system.- Specified by:
createInbDeliveryHeaderin interfaceInboundDeliveryV2ServiceBatchChangeSet- 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 InboundDeliveryV2ServiceBatchChangeSet updateInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader) Description copied from interface:InboundDeliveryV2ServiceBatchChangeSetUpdate an existingInbDeliveryHeaderentity and save it to the S/4HANA system.- Specified by:
updateInbDeliveryHeaderin interfaceInboundDeliveryV2ServiceBatchChangeSet- 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 InboundDeliveryV2ServiceBatchChangeSet deleteInbDeliveryHeader(@Nonnull InbDeliveryHeader inbDeliveryHeader) Description copied from interface:InboundDeliveryV2ServiceBatchChangeSetDeletes an existingInbDeliveryHeaderentity in the S/4HANA system.- Specified by:
deleteInbDeliveryHeaderin interfaceInboundDeliveryV2ServiceBatchChangeSet- 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 InboundDeliveryV2ServiceBatchChangeSet updateInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem) Description copied from interface:InboundDeliveryV2ServiceBatchChangeSetUpdate an existingInbDeliveryItementity and save it to the S/4HANA system.- Specified by:
updateInbDeliveryItemin interfaceInboundDeliveryV2ServiceBatchChangeSet- 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 InboundDeliveryV2ServiceBatchChangeSet deleteInbDeliveryItem(@Nonnull InbDeliveryItem inbDeliveryItem) Description copied from interface:InboundDeliveryV2ServiceBatchChangeSetDeletes an existingInbDeliveryItementity in the S/4HANA system.- Specified by:
deleteInbDeliveryItemin interfaceInboundDeliveryV2ServiceBatchChangeSet- 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.
-