public interface DefectServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<DefectServiceBatch>
DefectService
.Modifier and Type | Method and Description |
---|---|
DefectServiceBatchChangeSet |
createDefect(Defect defect)
Create a new
Defect
entity and save it to the S/4HANA system. |
DefectServiceBatchChangeSet |
deleteDefect(Defect defect)
Deletes an existing
Defect entity in the S/4HANA system. |
DefectServiceBatchChangeSet |
updateDefect(Defect defect)
Update an existing
Defect entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull DefectServiceBatchChangeSet createDefect(@Nonnull Defect defect)
Defect
entity and save it to the S/4HANA system.defect
- Defect
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull DefectServiceBatchChangeSet updateDefect(@Nonnull Defect defect)
Defect
entity and save it to the S/4HANA system.defect
- Defect
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull DefectServiceBatchChangeSet deleteDefect(@Nonnull Defect defect)
Defect
entity in the S/4HANA system.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.