Package com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.extendedplannedindependentrequirement.batch
Interface ExtendedPlannedIndependentRequirementServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<ExtendedPlannedIndependentRequirementServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ExtendedPlannedIndependentRequirementServiceBatch>
- All Known Implementing Classes:
DefaultExtendedPlannedIndependentRequirementServiceBatchChangeSet
public interface ExtendedPlannedIndependentRequirementServiceBatchChangeSet
extends FluentHelperBatchChangeSet<ExtendedPlannedIndependentRequirementServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<ExtendedPlannedIndependentRequirementServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
ExtendedPlannedIndependentRequirementService.-
Method Summary
Modifier and TypeMethodDescriptioncreatePlannedIndepRqmt(PlannedIndepRqmt plannedIndepRqmt) Create a newPlannedIndepRqmtentity and save it to the S/4HANA system.createPlannedIndepRqmtItem(PlannedIndepRqmtItem plannedIndepRqmtItem) Create a newPlannedIndepRqmtItementity and save it to the S/4HANA system.updatePlannedIndepRqmt(PlannedIndepRqmt plannedIndepRqmt) Update an existingPlannedIndepRqmtentity and save it to the S/4HANA system.updatePlannedIndepRqmtItem(PlannedIndepRqmtItem plannedIndepRqmtItem) Update an existingPlannedIndepRqmtItementity and save it to the S/4HANA system.Methods 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
-
createPlannedIndepRqmt
@Nonnull ExtendedPlannedIndependentRequirementServiceBatchChangeSet createPlannedIndepRqmt(@Nonnull PlannedIndepRqmt plannedIndepRqmt) Create a newPlannedIndepRqmtentity and save it to the S/4HANA system.- Parameters:
plannedIndepRqmt-PlannedIndepRqmtentity 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.
-
updatePlannedIndepRqmt
@Nonnull ExtendedPlannedIndependentRequirementServiceBatchChangeSet updatePlannedIndepRqmt(@Nonnull PlannedIndepRqmt plannedIndepRqmt) Update an existingPlannedIndepRqmtentity and save it to the S/4HANA system.- Parameters:
plannedIndepRqmt-PlannedIndepRqmtentity 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.
-
createPlannedIndepRqmtItem
@Nonnull ExtendedPlannedIndependentRequirementServiceBatchChangeSet createPlannedIndepRqmtItem(@Nonnull PlannedIndepRqmtItem plannedIndepRqmtItem) Create a newPlannedIndepRqmtItementity and save it to the S/4HANA system.- Parameters:
plannedIndepRqmtItem-PlannedIndepRqmtItementity 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.
-
updatePlannedIndepRqmtItem
@Nonnull ExtendedPlannedIndependentRequirementServiceBatchChangeSet updatePlannedIndepRqmtItem(@Nonnull PlannedIndepRqmtItem plannedIndepRqmtItem) Update an existingPlannedIndepRqmtItementity and save it to the S/4HANA system.- Parameters:
plannedIndepRqmtItem-PlannedIndepRqmtItementity 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.
-