Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata.InspSampleResult
Packages that use InspSampleResult
Package
Description
-
Uses of InspSampleResult in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata with type parameters of type InspSampleResultModifier and TypeFieldDescriptionstatic final InspectionCharacteristicLink<InspSampleResult>InspectionCharacteristic.TO_INSP_SMPL_RESULTUse with available fluent helpers to apply the to_InspSmplResult navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata that return InspSampleResultModifier and TypeMethodDescriptionInspSampleResult.InspSampleResultBuilder.build()protected InspSampleResultInspSampleResultCreateFluentHelper.getEntity()protected InspSampleResultInspSampleResultUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata that return types with arguments of type InspSampleResultModifier and TypeMethodDescriptionInspectionCharacteristic.fetchInspSmplResult()Fetches the InspSampleResult entities (one to many) associated with this entity.protected Class<InspSampleResult>InspSampleResultByKeyFluentHelper.getEntityClass()protected Class<InspSampleResult>InspSampleResultFluentHelper.getEntityClass()io.vavr.control.Option<List<InspSampleResult>>InspectionCharacteristic.getInspSmplResultIfPresent()Retrieval of associated InspSampleResult entities (one to many).InspectionCharacteristic.getInspSmplResultOrFetch()Retrieval of associated InspSampleResult entities (one to many).InspSampleResult.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata with parameters of type InspSampleResultModifier and TypeMethodDescriptionvoidInspectionCharacteristic.addInspSmplResult(InspSampleResult... entity) Adds elements to the list of associated InspSampleResult entities.InspectionCharacteristic.InspectionCharacteristicBuilder.inspSmplResult(InspSampleResult... value) Navigation property to_InspSmplResult for InspectionCharacteristic to multiple InspSampleResult.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata with type arguments of type InspSampleResultModifier and TypeMethodDescriptionvoidInspectionCharacteristic.setInspSmplResult(List<InspSampleResult> value) Overwrites the list of associated InspSampleResult entities for the loaded navigation property to_InspSmplResult.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata with parameters of type InspSampleResultModifierConstructorDescriptionInspSampleResultCreateFluentHelper(String servicePath, InspSampleResult entity, String entityCollection) Creates a fluent helper object that will create aInspSampleResultentity on the OData endpoint.InspSampleResultUpdateFluentHelper(String servicePath, InspSampleResult entity, String entityCollection) Creates a fluent helper object that will update aInspSampleResultentity on the OData endpoint. -
Uses of InspSampleResult 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 InspSampleResultModifier and TypeMethodDescriptionDefaultQualityInspectionDataServiceBatchChangeSet.createInspSampleResult(InspSampleResult inspSampleResult) QualityInspectionDataServiceBatchChangeSet.createInspSampleResult(InspSampleResult inspSampleResult) Create a newInspSampleResultentity and save it to the S/4HANA system.DefaultQualityInspectionDataServiceBatchChangeSet.updateInspSampleResult(InspSampleResult inspSampleResult) QualityInspectionDataServiceBatchChangeSet.updateInspSampleResult(InspSampleResult inspSampleResult) Update an existingInspSampleResultentity and save it to the S/4HANA system. -
Uses of InspSampleResult 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 InspSampleResultModifier and TypeMethodDescriptionInspSampleResultOneToOneLink.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 InspSampleResultModifier and TypeMethodDescriptionprotected InspSampleResultLink<ObjectT>InspSampleResultLink.translateLinkType(EntityLink<InspSampleResultLink<ObjectT>, InspSampleResult, ObjectT> link) -
Uses of InspSampleResult in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type InspSampleResultModifier and TypeMethodDescriptionDefaultQualityInspectionDataService.createInspSampleResult(InspSampleResult inspSampleResult) Deprecated.QualityInspectionDataService.createInspSampleResult(InspSampleResult inspSampleResult) Deprecated.Create a newInspSampleResultentity and save it to the S/4HANA system.DefaultQualityInspectionDataService.updateInspSampleResult(InspSampleResult inspSampleResult) Deprecated.QualityInspectionDataService.updateInspSampleResult(InspSampleResult inspSampleResult) Deprecated.Update an existingInspSampleResultentity and save it to the S/4HANA system.