Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectprocessing | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Method and Description |
---|---|
Defect |
Defect.DefectBuilder.build() |
protected Defect |
DefectDeleteFluentHelper.getEntity() |
protected Defect |
DefectUpdateFluentHelper.getEntity() |
protected Defect |
DefectCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
protected Class<Defect> |
DefectFluentHelper.getEntityClass() |
protected Class<Defect> |
DefectByKeyFluentHelper.getEntityClass() |
Class<Defect> |
Defect.getType() |
Modifier and Type | Method and Description |
---|---|
protected DefectLink<ObjectT> |
DefectLink.translateLinkType(EntityLink<DefectLink<ObjectT>,Defect,ObjectT> link) |
Constructor and Description |
---|
DefectCreateFluentHelper(String servicePath,
Defect entity)
Creates a fluent helper object that will create a
Defect entity on the OData endpoint. |
DefectDeleteFluentHelper(String servicePath,
Defect entity)
Creates a fluent helper object that will delete a
Defect entity on the OData endpoint. |
DefectUpdateFluentHelper(String servicePath,
Defect entity)
Creates a fluent helper object that will update a
Defect entity on the OData endpoint. |
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 © 2018 SAP SE. All rights reserved.