Class DefaultQualityInspectionDataServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<QualityInspectionDataServiceBatch,QualityInspectionDataServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata.batch.DefaultQualityInspectionDataServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<QualityInspectionDataServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<QualityInspectionDataServiceBatch>,QualityInspectionDataServiceBatchChangeSet
public class DefaultQualityInspectionDataServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<QualityInspectionDataServiceBatch,QualityInspectionDataServiceBatchChangeSet>
implements QualityInspectionDataServiceBatchChangeSet
Implementation of the
QualityInspectionDataServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. 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.getThis()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 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
-
createInspectionCharacteristic
@Nonnull public QualityInspectionDataServiceBatchChangeSet createInspectionCharacteristic(@Nonnull InspectionCharacteristic inspectionCharacteristic) Description copied from interface:QualityInspectionDataServiceBatchChangeSetCreate a newInspectionCharacteristicentity and save it to the S/4HANA system.- Specified by:
createInspectionCharacteristicin interfaceQualityInspectionDataServiceBatchChangeSet- 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 public QualityInspectionDataServiceBatchChangeSet createInspectionLot(@Nonnull InspectionLot inspectionLot) Description copied from interface:QualityInspectionDataServiceBatchChangeSetCreate a newInspectionLotentity and save it to the S/4HANA system.- Specified by:
createInspectionLotin interfaceQualityInspectionDataServiceBatchChangeSet- 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 public QualityInspectionDataServiceBatchChangeSet updateInspectionLot(@Nonnull InspectionLot inspectionLot) Description copied from interface:QualityInspectionDataServiceBatchChangeSetUpdate an existingInspectionLotentity and save it to the S/4HANA system.- Specified by:
updateInspectionLotin interfaceQualityInspectionDataServiceBatchChangeSet- 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 public QualityInspectionDataServiceBatchChangeSet createInspectionResult(@Nonnull InspectionResult inspectionResult) Description copied from interface:QualityInspectionDataServiceBatchChangeSetCreate a newInspectionResultentity and save it to the S/4HANA system.- Specified by:
createInspectionResultin interfaceQualityInspectionDataServiceBatchChangeSet- 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 public QualityInspectionDataServiceBatchChangeSet updateInspectionResult(@Nonnull InspectionResult inspectionResult) Description copied from interface:QualityInspectionDataServiceBatchChangeSetUpdate an existingInspectionResultentity and save it to the S/4HANA system.- Specified by:
updateInspectionResultin interfaceQualityInspectionDataServiceBatchChangeSet- 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 public QualityInspectionDataServiceBatchChangeSet createInspectionResultValue(@Nonnull InspectionResultValue inspectionResultValue) Description copied from interface:QualityInspectionDataServiceBatchChangeSetCreate a newInspectionResultValueentity and save it to the S/4HANA system.- Specified by:
createInspectionResultValuein interfaceQualityInspectionDataServiceBatchChangeSet- 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 public QualityInspectionDataServiceBatchChangeSet updateInspectionResultValue(@Nonnull InspectionResultValue inspectionResultValue) Description copied from interface:QualityInspectionDataServiceBatchChangeSetUpdate an existingInspectionResultValueentity and save it to the S/4HANA system.- Specified by:
updateInspectionResultValuein interfaceQualityInspectionDataServiceBatchChangeSet- 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 public QualityInspectionDataServiceBatchChangeSet createInspectionSubset(@Nonnull InspectionSubset inspectionSubset) Description copied from interface:QualityInspectionDataServiceBatchChangeSetCreate a newInspectionSubsetentity and save it to the S/4HANA system.- Specified by:
createInspectionSubsetin interfaceQualityInspectionDataServiceBatchChangeSet- 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 public QualityInspectionDataServiceBatchChangeSet updateInspectionSubset(@Nonnull InspectionSubset inspectionSubset) Description copied from interface:QualityInspectionDataServiceBatchChangeSetUpdate an existingInspectionSubsetentity and save it to the S/4HANA system.- Specified by:
updateInspectionSubsetin interfaceQualityInspectionDataServiceBatchChangeSet- 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 public QualityInspectionDataServiceBatchChangeSet createInspLotMatlDocItem(@Nonnull InspLotMatlDocItem inspLotMatlDocItem) Description copied from interface:QualityInspectionDataServiceBatchChangeSetCreate a newInspLotMatlDocItementity and save it to the S/4HANA system.- Specified by:
createInspLotMatlDocItemin interfaceQualityInspectionDataServiceBatchChangeSet- 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 public QualityInspectionDataServiceBatchChangeSet createInspLotUsageDecision(@Nonnull InspLotUsageDecision inspLotUsageDecision) Description copied from interface:QualityInspectionDataServiceBatchChangeSetCreate a newInspLotUsageDecisionentity and save it to the S/4HANA system.- Specified by:
createInspLotUsageDecisionin interfaceQualityInspectionDataServiceBatchChangeSet- 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 public QualityInspectionDataServiceBatchChangeSet updateInspLotUsageDecision(@Nonnull InspLotUsageDecision inspLotUsageDecision) Description copied from interface:QualityInspectionDataServiceBatchChangeSetUpdate an existingInspLotUsageDecisionentity and save it to the S/4HANA system.- Specified by:
updateInspLotUsageDecisionin interfaceQualityInspectionDataServiceBatchChangeSet- 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 public QualityInspectionDataServiceBatchChangeSet createInspSampleResult(@Nonnull InspSampleResult inspSampleResult) Description copied from interface:QualityInspectionDataServiceBatchChangeSetCreate a newInspSampleResultentity and save it to the S/4HANA system.- Specified by:
createInspSampleResultin interfaceQualityInspectionDataServiceBatchChangeSet- 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 public QualityInspectionDataServiceBatchChangeSet updateInspSampleResult(@Nonnull InspSampleResult inspSampleResult) Description copied from interface:QualityInspectionDataServiceBatchChangeSetUpdate an existingInspSampleResultentity and save it to the S/4HANA system.- Specified by:
updateInspSampleResultin interfaceQualityInspectionDataServiceBatchChangeSet- 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.
-