public class DefaultQualityInspectionDataServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<QualityInspectionDataServiceBatch,QualityInspectionDataServiceBatchChangeSet> implements QualityInspectionDataServiceBatchChangeSet
QualityInspectionDataServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
QualityInspectionDataService
.addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultQualityInspectionDataServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<QualityInspectionDataServiceBatch,QualityInspectionDataServiceBatchChangeSet>
@Nonnull public QualityInspectionDataServiceBatchChangeSet updateInspectionLot(@Nonnull InspectionLot inspectionLot)
InspectionLot
entity and save it to the S/4HANA system.updateInspectionLot
in interface QualityInspectionDataServiceBatchChangeSet
inspectionLot
- InspectionLot
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public QualityInspectionDataServiceBatchChangeSet createInspectionResult(@Nonnull InspectionResult inspectionResult)
InspectionResult
entity and save it to the S/4HANA system.createInspectionResult
in interface QualityInspectionDataServiceBatchChangeSet
inspectionResult
- InspectionResult
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public QualityInspectionDataServiceBatchChangeSet updateInspectionResult(@Nonnull InspectionResult inspectionResult)
InspectionResult
entity and save it to the S/4HANA system.updateInspectionResult
in interface QualityInspectionDataServiceBatchChangeSet
inspectionResult
- InspectionResult
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public QualityInspectionDataServiceBatchChangeSet createInspLotUsageDecision(@Nonnull InspLotUsageDecision inspLotUsageDecision)
InspLotUsageDecision
entity and save it to the S/4HANA system.createInspLotUsageDecision
in interface QualityInspectionDataServiceBatchChangeSet
inspLotUsageDecision
- InspLotUsageDecision
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public QualityInspectionDataServiceBatchChangeSet updateInspLotUsageDecision(@Nonnull InspLotUsageDecision inspLotUsageDecision)
InspLotUsageDecision
entity and save it to the S/4HANA system.updateInspLotUsageDecision
in interface QualityInspectionDataServiceBatchChangeSet
inspLotUsageDecision
- InspLotUsageDecision
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.