Class DefaultDefectProcessingServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<DefectProcessingServiceBatch,DefectProcessingServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectprocessing.batch.DefaultDefectProcessingServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<DefectProcessingServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<DefectProcessingServiceBatch>,DefectProcessingServiceBatchChangeSet
public class DefaultDefectProcessingServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<DefectProcessingServiceBatch,DefectProcessingServiceBatchChangeSet>
implements DefectProcessingServiceBatchChangeSet
Implementation of the
DefectProcessingServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
DefectProcessingService.-
Method Summary
Modifier and TypeMethodDescriptioncreateDefect(Defect defect) Create a newDefectentity and save it to the S/4HANA system.deleteDefect(Defect defect) Deletes an existingDefectentity in the S/4HANA system.getThis()updateDefect(Defect defect) Update an existingDefectentity 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<DefectProcessingServiceBatch,DefectProcessingServiceBatchChangeSet>
-
createDefect
Description copied from interface:DefectProcessingServiceBatchChangeSetCreate a newDefectentity and save it to the S/4HANA system.- Specified by:
createDefectin interfaceDefectProcessingServiceBatchChangeSet- Parameters:
defect-Defectentity 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.
-
updateDefect
Description copied from interface:DefectProcessingServiceBatchChangeSetUpdate an existingDefectentity and save it to the S/4HANA system.- Specified by:
updateDefectin interfaceDefectProcessingServiceBatchChangeSet- Parameters:
defect-Defectentity 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.
-
deleteDefect
Description copied from interface:DefectProcessingServiceBatchChangeSetDeletes an existingDefectentity in the S/4HANA system.- Specified by:
deleteDefectin interfaceDefectProcessingServiceBatchChangeSet- Parameters:
defect-Defectentity 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.
-