Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata.InspectionLot
Packages that use InspectionLot
Package
Description
-
Uses of InspectionLot in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata that return InspectionLotModifier and TypeMethodDescriptionInspectionLot.InspectionLotBuilder.build()protected InspectionLotInspectionLotCreateFluentHelper.getEntity()protected InspectionLotInspectionLotUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata that return types with arguments of type InspectionLotModifier and TypeMethodDescriptionprotected Class<InspectionLot>InspectionLotByKeyFluentHelper.getEntityClass()protected Class<InspectionLot>InspectionLotFluentHelper.getEntityClass()InspectionLot.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata with parameters of type InspectionLotModifierConstructorDescriptionInspectionLotCreateFluentHelper(String servicePath, InspectionLot entity, String entityCollection) Creates a fluent helper object that will create aInspectionLotentity on the OData endpoint.InspectionLotUpdateFluentHelper(String servicePath, InspectionLot entity, String entityCollection) Creates a fluent helper object that will update aInspectionLotentity on the OData endpoint. -
Uses of InspectionLot 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 InspectionLotModifier and TypeMethodDescriptionDefaultQualityInspectionDataServiceBatchChangeSet.createInspectionLot(InspectionLot inspectionLot) QualityInspectionDataServiceBatchChangeSet.createInspectionLot(InspectionLot inspectionLot) Create a newInspectionLotentity and save it to the S/4HANA system.DefaultQualityInspectionDataServiceBatchChangeSet.updateInspectionLot(InspectionLot inspectionLot) QualityInspectionDataServiceBatchChangeSet.updateInspectionLot(InspectionLot inspectionLot) Update an existingInspectionLotentity and save it to the S/4HANA system. -
Uses of InspectionLot 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 InspectionLotModifier and TypeMethodDescriptionInspectionLotOneToOneLink.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 InspectionLotModifier and TypeMethodDescriptionprotected InspectionLotLink<ObjectT>InspectionLotLink.translateLinkType(EntityLink<InspectionLotLink<ObjectT>, InspectionLot, ObjectT> link) -
Uses of InspectionLot in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type InspectionLotModifier and TypeMethodDescriptionDefaultQualityInspectionDataService.createInspectionLot(InspectionLot inspectionLot) Deprecated.QualityInspectionDataService.createInspectionLot(InspectionLot inspectionLot) Deprecated.Create a newInspectionLotentity and save it to the S/4HANA system.DefaultQualityInspectionDataService.updateInspectionLot(InspectionLot inspectionLot) Deprecated.QualityInspectionDataService.updateInspectionLot(InspectionLot inspectionLot) Deprecated.Update an existingInspectionLotentity and save it to the S/4HANA system.