Class DefaultQualityInfoRecordServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<QualityInfoRecordServiceBatch,QualityInfoRecordServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinforecord.batch.DefaultQualityInfoRecordServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<QualityInfoRecordServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<QualityInfoRecordServiceBatch>,QualityInfoRecordServiceBatchChangeSet
public class DefaultQualityInfoRecordServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<QualityInfoRecordServiceBatch,QualityInfoRecordServiceBatchChangeSet>
implements QualityInfoRecordServiceBatchChangeSet
Implementation of the
QualityInfoRecordServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
QualityInfoRecordService.-
Method Summary
Modifier and TypeMethodDescriptioncreateQualityFirstArticleInspection(QualityFirstArticleInspection qualityFirstArticleInspection) Create a newQualityFirstArticleInspectionentity and save it to the S/4HANA system.createQualityInProcurement(QualityInProcurement qualityInProcurement) Create a newQualityInProcuremententity and save it to the S/4HANA system.deleteQualityFirstArticleInspection(QualityFirstArticleInspection qualityFirstArticleInspection) Deletes an existingQualityFirstArticleInspectionentity in the S/4HANA system.deleteQualityInProcurement(QualityInProcurement qualityInProcurement) Deletes an existingQualityInProcuremententity in the S/4HANA system.getThis()updateQualityFirstArticleInspection(QualityFirstArticleInspection qualityFirstArticleInspection) Update an existingQualityFirstArticleInspectionentity and save it to the S/4HANA system.updateQualityInProcurement(QualityInProcurement qualityInProcurement) Update an existingQualityInProcuremententity 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
- Specified by:
getThisin classBatchChangeSetFluentHelperBasic<QualityInfoRecordServiceBatch,QualityInfoRecordServiceBatchChangeSet>
-
createQualityFirstArticleInspection
@Nonnull public QualityInfoRecordServiceBatchChangeSet createQualityFirstArticleInspection(@Nonnull QualityFirstArticleInspection qualityFirstArticleInspection) Description copied from interface:QualityInfoRecordServiceBatchChangeSetCreate a newQualityFirstArticleInspectionentity and save it to the S/4HANA system.- Specified by:
createQualityFirstArticleInspectionin interfaceQualityInfoRecordServiceBatchChangeSet- Parameters:
qualityFirstArticleInspection-QualityFirstArticleInspectionentity 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.
-
updateQualityFirstArticleInspection
@Nonnull public QualityInfoRecordServiceBatchChangeSet updateQualityFirstArticleInspection(@Nonnull QualityFirstArticleInspection qualityFirstArticleInspection) Description copied from interface:QualityInfoRecordServiceBatchChangeSetUpdate an existingQualityFirstArticleInspectionentity and save it to the S/4HANA system.- Specified by:
updateQualityFirstArticleInspectionin interfaceQualityInfoRecordServiceBatchChangeSet- Parameters:
qualityFirstArticleInspection-QualityFirstArticleInspectionentity 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.
-
deleteQualityFirstArticleInspection
@Nonnull public QualityInfoRecordServiceBatchChangeSet deleteQualityFirstArticleInspection(@Nonnull QualityFirstArticleInspection qualityFirstArticleInspection) Description copied from interface:QualityInfoRecordServiceBatchChangeSetDeletes an existingQualityFirstArticleInspectionentity in the S/4HANA system.- Specified by:
deleteQualityFirstArticleInspectionin interfaceQualityInfoRecordServiceBatchChangeSet- Parameters:
qualityFirstArticleInspection-QualityFirstArticleInspectionentity 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.
-
createQualityInProcurement
@Nonnull public QualityInfoRecordServiceBatchChangeSet createQualityInProcurement(@Nonnull QualityInProcurement qualityInProcurement) Description copied from interface:QualityInfoRecordServiceBatchChangeSetCreate a newQualityInProcuremententity and save it to the S/4HANA system.- Specified by:
createQualityInProcurementin interfaceQualityInfoRecordServiceBatchChangeSet- Parameters:
qualityInProcurement-QualityInProcuremententity 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.
-
updateQualityInProcurement
@Nonnull public QualityInfoRecordServiceBatchChangeSet updateQualityInProcurement(@Nonnull QualityInProcurement qualityInProcurement) Description copied from interface:QualityInfoRecordServiceBatchChangeSetUpdate an existingQualityInProcuremententity and save it to the S/4HANA system.- Specified by:
updateQualityInProcurementin interfaceQualityInfoRecordServiceBatchChangeSet- Parameters:
qualityInProcurement-QualityInProcuremententity 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.
-
deleteQualityInProcurement
@Nonnull public QualityInfoRecordServiceBatchChangeSet deleteQualityInProcurement(@Nonnull QualityInProcurement qualityInProcurement) Description copied from interface:QualityInfoRecordServiceBatchChangeSetDeletes an existingQualityInProcuremententity in the S/4HANA system.- Specified by:
deleteQualityInProcurementin interfaceQualityInfoRecordServiceBatchChangeSet- Parameters:
qualityInProcurement-QualityInProcuremententity 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.
-