Interface InspectionPlanServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<InspectionPlanServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<InspectionPlanServiceBatch>
- All Known Implementing Classes:
DefaultInspectionPlanServiceBatchChangeSet
public interface InspectionPlanServiceBatchChangeSet
extends FluentHelperBatchChangeSet<InspectionPlanServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<InspectionPlanServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
InspectionPlanService.-
Method Summary
Modifier and TypeMethodDescriptioncreateInspectionPlan(InspectionPlan inspectionPlan) Create a newInspectionPlanentity and save it to the S/4HANA system.createInspPlanDepdntCharc(InspPlanDepdntCharc inspPlanDepdntCharc) Create a newInspPlanDepdntCharcentity and save it to the S/4HANA system.createInspPlanMaterialAssgmt(InspPlanMaterialAssgmt inspPlanMaterialAssgmt) Create a newInspPlanMaterialAssgmtentity and save it to the S/4HANA system.createInspPlanOpCharacteristic(InspPlanOpCharacteristic inspPlanOpCharacteristic) Create a newInspPlanOpCharacteristicentity and save it to the S/4HANA system.createInspPlanOperation(InspPlanOperation inspPlanOperation) Create a newInspPlanOperationentity and save it to the S/4HANA system.createInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) Create a newInspPlanOpPRTentity and save it to the S/4HANA system.deleteInspectionPlan(InspectionPlan inspectionPlan) Deletes an existingInspectionPlanentity in the S/4HANA system.deleteInspPlanDepdntCharc(InspPlanDepdntCharc inspPlanDepdntCharc) Deletes an existingInspPlanDepdntCharcentity in the S/4HANA system.deleteInspPlanMaterialAssgmt(InspPlanMaterialAssgmt inspPlanMaterialAssgmt) Deletes an existingInspPlanMaterialAssgmtentity in the S/4HANA system.deleteInspPlanOpCharacteristic(InspPlanOpCharacteristic inspPlanOpCharacteristic) Deletes an existingInspPlanOpCharacteristicentity in the S/4HANA system.deleteInspPlanOperation(InspPlanOperation inspPlanOperation) Deletes an existingInspPlanOperationentity in the S/4HANA system.deleteInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) Deletes an existingInspPlanOpPRTentity in the S/4HANA system.updateInspectionPlan(InspectionPlan inspectionPlan) Update an existingInspectionPlanentity and save it to the S/4HANA system.updateInspPlanDepdntCharc(InspPlanDepdntCharc inspPlanDepdntCharc) Update an existingInspPlanDepdntCharcentity and save it to the S/4HANA system.updateInspPlanMaterialAssgmt(InspPlanMaterialAssgmt inspPlanMaterialAssgmt) Update an existingInspPlanMaterialAssgmtentity and save it to the S/4HANA system.updateInspPlanOpCharacteristic(InspPlanOpCharacteristic inspPlanOpCharacteristic) Update an existingInspPlanOpCharacteristicentity and save it to the S/4HANA system.updateInspPlanOperation(InspPlanOperation inspPlanOperation) Update an existingInspPlanOperationentity and save it to the S/4HANA system.updateInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) Update an existingInspPlanOpPRTentity 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
-
createInspectionPlan
@Nonnull InspectionPlanServiceBatchChangeSet createInspectionPlan(@Nonnull InspectionPlan inspectionPlan) Create a newInspectionPlanentity and save it to the S/4HANA system.- Parameters:
inspectionPlan-InspectionPlanentity 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.
-
updateInspectionPlan
@Nonnull InspectionPlanServiceBatchChangeSet updateInspectionPlan(@Nonnull InspectionPlan inspectionPlan) Update an existingInspectionPlanentity and save it to the S/4HANA system.- Parameters:
inspectionPlan-InspectionPlanentity 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.
-
deleteInspectionPlan
@Nonnull InspectionPlanServiceBatchChangeSet deleteInspectionPlan(@Nonnull InspectionPlan inspectionPlan) Deletes an existingInspectionPlanentity in the S/4HANA system.- Parameters:
inspectionPlan-InspectionPlanentity 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.
-
createInspPlanDepdntCharc
@Nonnull InspectionPlanServiceBatchChangeSet createInspPlanDepdntCharc(@Nonnull InspPlanDepdntCharc inspPlanDepdntCharc) Create a newInspPlanDepdntCharcentity and save it to the S/4HANA system.- Parameters:
inspPlanDepdntCharc-InspPlanDepdntCharcentity 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.
-
updateInspPlanDepdntCharc
@Nonnull InspectionPlanServiceBatchChangeSet updateInspPlanDepdntCharc(@Nonnull InspPlanDepdntCharc inspPlanDepdntCharc) Update an existingInspPlanDepdntCharcentity and save it to the S/4HANA system.- Parameters:
inspPlanDepdntCharc-InspPlanDepdntCharcentity 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.
-
deleteInspPlanDepdntCharc
@Nonnull InspectionPlanServiceBatchChangeSet deleteInspPlanDepdntCharc(@Nonnull InspPlanDepdntCharc inspPlanDepdntCharc) Deletes an existingInspPlanDepdntCharcentity in the S/4HANA system.- Parameters:
inspPlanDepdntCharc-InspPlanDepdntCharcentity 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.
-
createInspPlanMaterialAssgmt
@Nonnull InspectionPlanServiceBatchChangeSet createInspPlanMaterialAssgmt(@Nonnull InspPlanMaterialAssgmt inspPlanMaterialAssgmt) Create a newInspPlanMaterialAssgmtentity and save it to the S/4HANA system.- Parameters:
inspPlanMaterialAssgmt-InspPlanMaterialAssgmtentity 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.
-
updateInspPlanMaterialAssgmt
@Nonnull InspectionPlanServiceBatchChangeSet updateInspPlanMaterialAssgmt(@Nonnull InspPlanMaterialAssgmt inspPlanMaterialAssgmt) Update an existingInspPlanMaterialAssgmtentity and save it to the S/4HANA system.- Parameters:
inspPlanMaterialAssgmt-InspPlanMaterialAssgmtentity 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.
-
deleteInspPlanMaterialAssgmt
@Nonnull InspectionPlanServiceBatchChangeSet deleteInspPlanMaterialAssgmt(@Nonnull InspPlanMaterialAssgmt inspPlanMaterialAssgmt) Deletes an existingInspPlanMaterialAssgmtentity in the S/4HANA system.- Parameters:
inspPlanMaterialAssgmt-InspPlanMaterialAssgmtentity 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.
-
createInspPlanOpCharacteristic
@Nonnull InspectionPlanServiceBatchChangeSet createInspPlanOpCharacteristic(@Nonnull InspPlanOpCharacteristic inspPlanOpCharacteristic) Create a newInspPlanOpCharacteristicentity and save it to the S/4HANA system.- Parameters:
inspPlanOpCharacteristic-InspPlanOpCharacteristicentity 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.
-
updateInspPlanOpCharacteristic
@Nonnull InspectionPlanServiceBatchChangeSet updateInspPlanOpCharacteristic(@Nonnull InspPlanOpCharacteristic inspPlanOpCharacteristic) Update an existingInspPlanOpCharacteristicentity and save it to the S/4HANA system.- Parameters:
inspPlanOpCharacteristic-InspPlanOpCharacteristicentity 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.
-
deleteInspPlanOpCharacteristic
@Nonnull InspectionPlanServiceBatchChangeSet deleteInspPlanOpCharacteristic(@Nonnull InspPlanOpCharacteristic inspPlanOpCharacteristic) Deletes an existingInspPlanOpCharacteristicentity in the S/4HANA system.- Parameters:
inspPlanOpCharacteristic-InspPlanOpCharacteristicentity 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.
-
createInspPlanOperation
@Nonnull InspectionPlanServiceBatchChangeSet createInspPlanOperation(@Nonnull InspPlanOperation inspPlanOperation) Create a newInspPlanOperationentity and save it to the S/4HANA system.- Parameters:
inspPlanOperation-InspPlanOperationentity 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.
-
updateInspPlanOperation
@Nonnull InspectionPlanServiceBatchChangeSet updateInspPlanOperation(@Nonnull InspPlanOperation inspPlanOperation) Update an existingInspPlanOperationentity and save it to the S/4HANA system.- Parameters:
inspPlanOperation-InspPlanOperationentity 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.
-
deleteInspPlanOperation
@Nonnull InspectionPlanServiceBatchChangeSet deleteInspPlanOperation(@Nonnull InspPlanOperation inspPlanOperation) Deletes an existingInspPlanOperationentity in the S/4HANA system.- Parameters:
inspPlanOperation-InspPlanOperationentity 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.
-
createInspPlanOpPRT
@Nonnull InspectionPlanServiceBatchChangeSet createInspPlanOpPRT(@Nonnull InspPlanOpPRT inspPlanOpPRT) Create a newInspPlanOpPRTentity and save it to the S/4HANA system.- Parameters:
inspPlanOpPRT-InspPlanOpPRTentity 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.
-
updateInspPlanOpPRT
@Nonnull InspectionPlanServiceBatchChangeSet updateInspPlanOpPRT(@Nonnull InspPlanOpPRT inspPlanOpPRT) Update an existingInspPlanOpPRTentity and save it to the S/4HANA system.- Parameters:
inspPlanOpPRT-InspPlanOpPRTentity 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.
-
deleteInspPlanOpPRT
@Nonnull InspectionPlanServiceBatchChangeSet deleteInspPlanOpPRT(@Nonnull InspPlanOpPRT inspPlanOpPRT) Deletes an existingInspPlanOpPRTentity in the S/4HANA system.- Parameters:
inspPlanOpPRT-InspPlanOpPRTentity 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.
-