public class DefaultDefectProcessingServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<DefectProcessingServiceBatch,DefectProcessingServiceBatchChangeSet> implements DefectProcessingServiceBatchChangeSet
DefectProcessingServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
DefectProcessingService
.Modifier and Type | Method and Description |
---|---|
DefectProcessingServiceBatchChangeSet |
createDefect(Defect defect)
Create a new
Defect entity
and save it to the S/4HANA system. |
DefectProcessingServiceBatchChangeSet |
deleteDefect(Defect defect)
Deletes an existing
Defect
entity in the S/4HANA system. |
protected DefaultDefectProcessingServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
DefectProcessingServiceBatchChangeSet |
updateDefect(Defect defect)
Update an existing
Defect
entity and save it to the S/4HANA system. |
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultDefectProcessingServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<DefectProcessingServiceBatch,DefectProcessingServiceBatchChangeSet>
@Nonnull public DefectProcessingServiceBatchChangeSet createDefect(@Nonnull Defect defect)
Defect
entity
and save it to the S/4HANA system.createDefect
in interface DefectProcessingServiceBatchChangeSet
defect
- Defect
entity
object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public DefectProcessingServiceBatchChangeSet updateDefect(@Nonnull Defect defect)
Defect
entity and save it to the S/4HANA system.updateDefect
in interface DefectProcessingServiceBatchChangeSet
defect
- Defect
entity
object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public DefectProcessingServiceBatchChangeSet deleteDefect(@Nonnull Defect defect)
Defect
entity in the S/4HANA system.deleteDefect
in interface DefectProcessingServiceBatchChangeSet
defect
- Defect
entity
object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.