Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectprocessing.Defect
Packages that use Defect
Package
Description
-
Uses of Defect in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectprocessing
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectprocessing that return DefectModifier and TypeMethodDescriptionDefect.DefectBuilder.build()protected DefectDefectCreateFluentHelper.getEntity()protected DefectDefectDeleteFluentHelper.getEntity()protected DefectDefectUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectprocessing that return types with arguments of type DefectModifier and TypeMethodDescriptionDefectByKeyFluentHelper.getEntityClass()DefectFluentHelper.getEntityClass()Defect.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectprocessing with parameters of type DefectModifierConstructorDescriptionDefectCreateFluentHelper(String servicePath, Defect entity, String entityCollection) Creates a fluent helper object that will create aDefectentity on the OData endpoint.DefectDeleteFluentHelper(String servicePath, Defect entity, String entityCollection) Creates a fluent helper object that will delete aDefectentity on the OData endpoint.DefectUpdateFluentHelper(String servicePath, Defect entity, String entityCollection) Creates a fluent helper object that will update aDefectentity on the OData endpoint. -
Uses of Defect in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectprocessing.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectprocessing.batch with parameters of type DefectModifier and TypeMethodDescriptionDefaultDefectProcessingServiceBatchChangeSet.createDefect(Defect defect) DefectProcessingServiceBatchChangeSet.createDefect(Defect defect) Create a newDefectentity and save it to the S/4HANA system.DefaultDefectProcessingServiceBatchChangeSet.deleteDefect(Defect defect) DefectProcessingServiceBatchChangeSet.deleteDefect(Defect defect) Deletes an existingDefectentity in the S/4HANA system.DefaultDefectProcessingServiceBatchChangeSet.updateDefect(Defect defect) DefectProcessingServiceBatchChangeSet.updateDefect(Defect defect) Update an existingDefectentity and save it to the S/4HANA system. -
Uses of Defect in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectprocessing.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectprocessing.link that return types with arguments of type DefectModifier and TypeMethodDescriptionDefectOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectprocessing.link with type arguments of type DefectModifier and TypeMethodDescriptionprotected DefectLink<ObjectT>DefectLink.translateLinkType(EntityLink<DefectLink<ObjectT>, Defect, ObjectT> link) -
Uses of Defect in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type DefectModifier and TypeMethodDescriptionDefaultDefectProcessingService.createDefect(Defect defect) Deprecated.DefectProcessingService.createDefect(Defect defect) Deprecated.Create a newDefectentity and save it to the S/4HANA system.DefaultDefectProcessingService.deleteDefect(Defect defect) Deprecated.DefectProcessingService.deleteDefect(Defect defect) Deprecated.Deletes an existingDefectentity in the S/4HANA system.DefaultDefectProcessingService.updateDefect(Defect defect) Deprecated.DefectProcessingService.updateDefect(Defect defect) Deprecated.Update an existingDefectentity and save it to the S/4HANA system.