Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectprocessing | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<Defect> |
Defect.ALL_FIELDS
Selector for all available fields of Defect.
|
Modifier and Type | Method and Description |
---|---|
Defect |
Defect.DefectBuilder.build() |
Modifier and Type | Method and Description |
---|---|
Class<Defect> |
Defect.getType() |
Constructor and Description |
---|
DefectCreateFluentHelper(Defect entity) |
DefectDeleteFluentHelper(Defect entity) |
DefectUpdateFluentHelper(Defect entity) |
Modifier and Type | Method and Description |
---|---|
DefectCreateFluentHelper |
DefaultDefectProcessingService.createDefect(Defect defect) |
DefectCreateFluentHelper |
DefectProcessingService.createDefect(Defect defect)
Create a new
Defect entity and save it to the S/4HANA system. |
DefectDeleteFluentHelper |
DefaultDefectProcessingService.deleteDefect(Defect defect) |
DefectDeleteFluentHelper |
DefectProcessingService.deleteDefect(Defect defect)
Deletes an existing
Defect entity in the S/4HANA system. |
DefectUpdateFluentHelper |
DefaultDefectProcessingService.updateDefect(Defect defect) |
DefectUpdateFluentHelper |
DefectProcessingService.updateDefect(Defect defect)
Update an existing
Defect entity and save it to the S/4HANA system. |
Copyright © 2017 SAP SE. All rights reserved.