Interface QualityInspectionDataServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<QualityInspectionDataServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<QualityInspectionDataServiceBatch>
- All Known Implementing Classes:
DefaultQualityInspectionDataServiceBatchChangeSet
public interface QualityInspectionDataServiceBatchChangeSet
extends FluentHelperBatchChangeSet<QualityInspectionDataServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<QualityInspectionDataServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
QualityInspectionDataService.-
Method Summary
Modifier and TypeMethodDescriptioncreateInspectionCharacteristic(InspectionCharacteristic inspectionCharacteristic) Create a newInspectionCharacteristicentity and save it to the S/4HANA system.createInspectionLot(InspectionLot inspectionLot) Create a newInspectionLotentity and save it to the S/4HANA system.createInspectionResult(InspectionResult inspectionResult) Create a newInspectionResultentity and save it to the S/4HANA system.createInspectionResultValue(InspectionResultValue inspectionResultValue) Create a newInspectionResultValueentity and save it to the S/4HANA system.createInspectionSubset(InspectionSubset inspectionSubset) Create a newInspectionSubsetentity and save it to the S/4HANA system.createInspLotMatlDocItem(InspLotMatlDocItem inspLotMatlDocItem) Create a newInspLotMatlDocItementity and save it to the S/4HANA system.createInspLotUsageDecision(InspLotUsageDecision inspLotUsageDecision) Create a newInspLotUsageDecisionentity and save it to the S/4HANA system.createInspSampleResult(InspSampleResult inspSampleResult) Create a newInspSampleResultentity and save it to the S/4HANA system.updateInspectionLot(InspectionLot inspectionLot) Update an existingInspectionLotentity and save it to the S/4HANA system.updateInspectionResult(InspectionResult inspectionResult) Update an existingInspectionResultentity and save it to the S/4HANA system.updateInspectionResultValue(InspectionResultValue inspectionResultValue) Update an existingInspectionResultValueentity and save it to the S/4HANA system.updateInspectionSubset(InspectionSubset inspectionSubset) Update an existingInspectionSubsetentity and save it to the S/4HANA system.updateInspLotUsageDecision(InspLotUsageDecision inspLotUsageDecision) Update an existingInspLotUsageDecisionentity and save it to the S/4HANA system.updateInspSampleResult(InspSampleResult inspSampleResult) Update an existingInspSampleResultentity 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
-
createInspectionCharacteristic
@Nonnull QualityInspectionDataServiceBatchChangeSet createInspectionCharacteristic(@Nonnull InspectionCharacteristic inspectionCharacteristic) Create a newInspectionCharacteristicentity and save it to the S/4HANA system.- Parameters:
inspectionCharacteristic-InspectionCharacteristicentity 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.
-
createInspectionLot
@Nonnull QualityInspectionDataServiceBatchChangeSet createInspectionLot(@Nonnull InspectionLot inspectionLot) Create a newInspectionLotentity and save it to the S/4HANA system.- Parameters:
inspectionLot-InspectionLotentity 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.
-
updateInspectionLot
@Nonnull QualityInspectionDataServiceBatchChangeSet updateInspectionLot(@Nonnull InspectionLot inspectionLot) Update an existingInspectionLotentity and save it to the S/4HANA system.- Parameters:
inspectionLot-InspectionLotentity 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.
-
createInspectionResult
@Nonnull QualityInspectionDataServiceBatchChangeSet createInspectionResult(@Nonnull InspectionResult inspectionResult) Create a newInspectionResultentity and save it to the S/4HANA system.- Parameters:
inspectionResult-InspectionResultentity 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.
-
updateInspectionResult
@Nonnull QualityInspectionDataServiceBatchChangeSet updateInspectionResult(@Nonnull InspectionResult inspectionResult) Update an existingInspectionResultentity and save it to the S/4HANA system.- Parameters:
inspectionResult-InspectionResultentity 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.
-
createInspectionResultValue
@Nonnull QualityInspectionDataServiceBatchChangeSet createInspectionResultValue(@Nonnull InspectionResultValue inspectionResultValue) Create a newInspectionResultValueentity and save it to the S/4HANA system.- Parameters:
inspectionResultValue-InspectionResultValueentity 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.
-
updateInspectionResultValue
@Nonnull QualityInspectionDataServiceBatchChangeSet updateInspectionResultValue(@Nonnull InspectionResultValue inspectionResultValue) Update an existingInspectionResultValueentity and save it to the S/4HANA system.- Parameters:
inspectionResultValue-InspectionResultValueentity 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.
-
createInspectionSubset
@Nonnull QualityInspectionDataServiceBatchChangeSet createInspectionSubset(@Nonnull InspectionSubset inspectionSubset) Create a newInspectionSubsetentity and save it to the S/4HANA system.- Parameters:
inspectionSubset-InspectionSubsetentity 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.
-
updateInspectionSubset
@Nonnull QualityInspectionDataServiceBatchChangeSet updateInspectionSubset(@Nonnull InspectionSubset inspectionSubset) Update an existingInspectionSubsetentity and save it to the S/4HANA system.- Parameters:
inspectionSubset-InspectionSubsetentity 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.
-
createInspLotMatlDocItem
@Nonnull QualityInspectionDataServiceBatchChangeSet createInspLotMatlDocItem(@Nonnull InspLotMatlDocItem inspLotMatlDocItem) Create a newInspLotMatlDocItementity and save it to the S/4HANA system.- Parameters:
inspLotMatlDocItem-InspLotMatlDocItementity 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.
-
createInspLotUsageDecision
@Nonnull QualityInspectionDataServiceBatchChangeSet createInspLotUsageDecision(@Nonnull InspLotUsageDecision inspLotUsageDecision) Create a newInspLotUsageDecisionentity and save it to the S/4HANA system.- Parameters:
inspLotUsageDecision-InspLotUsageDecisionentity 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.
-
updateInspLotUsageDecision
@Nonnull QualityInspectionDataServiceBatchChangeSet updateInspLotUsageDecision(@Nonnull InspLotUsageDecision inspLotUsageDecision) Update an existingInspLotUsageDecisionentity and save it to the S/4HANA system.- Parameters:
inspLotUsageDecision-InspLotUsageDecisionentity 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.
-
createInspSampleResult
@Nonnull QualityInspectionDataServiceBatchChangeSet createInspSampleResult(@Nonnull InspSampleResult inspSampleResult) Create a newInspSampleResultentity and save it to the S/4HANA system.- Parameters:
inspSampleResult-InspSampleResultentity 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.
-
updateInspSampleResult
@Nonnull QualityInspectionDataServiceBatchChangeSet updateInspSampleResult(@Nonnull InspSampleResult inspSampleResult) Update an existingInspSampleResultentity and save it to the S/4HANA system.- Parameters:
inspSampleResult-InspSampleResultentity 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.
-