Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata.InspectionResult
Packages that use InspectionResult
Package
Description
-
Uses of InspectionResult in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata that return InspectionResultModifier and TypeMethodDescriptionInspectionResult.InspectionResultBuilder.build()protected InspectionResultInspectionResultCreateFluentHelper.getEntity()protected InspectionResultInspectionResultUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata that return types with arguments of type InspectionResultModifier and TypeMethodDescriptionprotected Class<InspectionResult>InspectionResultByKeyFluentHelper.getEntityClass()protected Class<InspectionResult>InspectionResultFluentHelper.getEntityClass()InspectionResult.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata with parameters of type InspectionResultModifierConstructorDescriptionInspectionResultCreateFluentHelper(String servicePath, InspectionResult entity, String entityCollection) Creates a fluent helper object that will create aInspectionResultentity on the OData endpoint.InspectionResultUpdateFluentHelper(String servicePath, InspectionResult entity, String entityCollection) Creates a fluent helper object that will update aInspectionResultentity on the OData endpoint. -
Uses of InspectionResult in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata.batch with parameters of type InspectionResultModifier and TypeMethodDescriptionDefaultQualityInspectionDataServiceBatchChangeSet.createInspectionResult(InspectionResult inspectionResult) QualityInspectionDataServiceBatchChangeSet.createInspectionResult(InspectionResult inspectionResult) Create a newInspectionResultentity and save it to the S/4HANA system.DefaultQualityInspectionDataServiceBatchChangeSet.updateInspectionResult(InspectionResult inspectionResult) QualityInspectionDataServiceBatchChangeSet.updateInspectionResult(InspectionResult inspectionResult) Update an existingInspectionResultentity and save it to the S/4HANA system. -
Uses of InspectionResult in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata.link that return types with arguments of type InspectionResultModifier and TypeMethodDescriptionInspectionResultOneToOneLink.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.qualityinspectiondata.link with type arguments of type InspectionResultModifier and TypeMethodDescriptionprotected InspectionResultLink<ObjectT>InspectionResultLink.translateLinkType(EntityLink<InspectionResultLink<ObjectT>, InspectionResult, ObjectT> link) -
Uses of InspectionResult in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type InspectionResultModifier and TypeMethodDescriptionDefaultQualityInspectionDataService.createInspectionResult(InspectionResult inspectionResult) Deprecated.QualityInspectionDataService.createInspectionResult(InspectionResult inspectionResult) Deprecated.Create a newInspectionResultentity and save it to the S/4HANA system.DefaultQualityInspectionDataService.updateInspectionResult(InspectionResult inspectionResult) Deprecated.QualityInspectionDataService.updateInspectionResult(InspectionResult inspectionResult) Deprecated.Update an existingInspectionResultentity and save it to the S/4HANA system.