Package com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.extendedplannedindependentrequirement.batch
Class DefaultExtendedPlannedIndependentRequirementServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<ExtendedPlannedIndependentRequirementServiceBatch,ExtendedPlannedIndependentRequirementServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.extendedplannedindependentrequirement.batch.DefaultExtendedPlannedIndependentRequirementServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<ExtendedPlannedIndependentRequirementServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ExtendedPlannedIndependentRequirementServiceBatch>,ExtendedPlannedIndependentRequirementServiceBatchChangeSet
public class DefaultExtendedPlannedIndependentRequirementServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<ExtendedPlannedIndependentRequirementServiceBatch,ExtendedPlannedIndependentRequirementServiceBatchChangeSet>
implements ExtendedPlannedIndependentRequirementServiceBatchChangeSet
Implementation of the
ExtendedPlannedIndependentRequirementServiceBatchChangeSet interface, enabling you to
combine multiple operations into one changeset. 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.getThis()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 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
-
createPlannedIndepRqmt
@Nonnull public ExtendedPlannedIndependentRequirementServiceBatchChangeSet createPlannedIndepRqmt(@Nonnull PlannedIndepRqmt plannedIndepRqmt) Description copied from interface:ExtendedPlannedIndependentRequirementServiceBatchChangeSetCreate a newPlannedIndepRqmtentity and save it to the S/4HANA system.- Specified by:
createPlannedIndepRqmtin interfaceExtendedPlannedIndependentRequirementServiceBatchChangeSet- 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 public ExtendedPlannedIndependentRequirementServiceBatchChangeSet updatePlannedIndepRqmt(@Nonnull PlannedIndepRqmt plannedIndepRqmt) Description copied from interface:ExtendedPlannedIndependentRequirementServiceBatchChangeSetUpdate an existingPlannedIndepRqmtentity and save it to the S/4HANA system.- Specified by:
updatePlannedIndepRqmtin interfaceExtendedPlannedIndependentRequirementServiceBatchChangeSet- 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 public ExtendedPlannedIndependentRequirementServiceBatchChangeSet createPlannedIndepRqmtItem(@Nonnull PlannedIndepRqmtItem plannedIndepRqmtItem) Description copied from interface:ExtendedPlannedIndependentRequirementServiceBatchChangeSetCreate a newPlannedIndepRqmtItementity and save it to the S/4HANA system.- Specified by:
createPlannedIndepRqmtItemin interfaceExtendedPlannedIndependentRequirementServiceBatchChangeSet- 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 public ExtendedPlannedIndependentRequirementServiceBatchChangeSet updatePlannedIndepRqmtItem(@Nonnull PlannedIndepRqmtItem plannedIndepRqmtItem) Description copied from interface:ExtendedPlannedIndependentRequirementServiceBatchChangeSetUpdate an existingPlannedIndepRqmtItementity and save it to the S/4HANA system.- Specified by:
updatePlannedIndepRqmtItemin interfaceExtendedPlannedIndependentRequirementServiceBatchChangeSet- 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.
-