Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductInspectionText
Packages that use ProductInspectionText
Package
Description
-
Uses of ProductInspectionText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with type parameters of type ProductInspectionTextModifier and TypeFieldDescriptionstatic final ProductLink<ProductInspectionText>Product.TO_PRODUCT_INSPECTION_TEXTUse with available fluent helpers to apply the to_ProductInspectionText navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return ProductInspectionTextModifier and TypeMethodDescriptionProductInspectionText.ProductInspectionTextBuilder.build()protected ProductInspectionTextProductInspectionTextCreateFluentHelper.getEntity()protected ProductInspectionTextProductInspectionTextDeleteFluentHelper.getEntity()protected ProductInspectionTextProductInspectionTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return types with arguments of type ProductInspectionTextModifier and TypeMethodDescriptionProduct.fetchProductInspectionText()Fetches the ProductInspectionText entities (one to many) associated with this entity.protected Class<ProductInspectionText>ProductInspectionTextByKeyFluentHelper.getEntityClass()protected Class<ProductInspectionText>ProductInspectionTextFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductInspectionText>>Product.getProductInspectionTextIfPresent()Retrieval of associated ProductInspectionText entities (one to many).Product.getProductInspectionTextOrFetch()Retrieval of associated ProductInspectionText entities (one to many).ProductInspectionText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductInspectionTextModifier and TypeMethodDescriptionvoidProduct.addProductInspectionText(ProductInspectionText... entity) Adds elements to the list of associated ProductInspectionText entities.Product.ProductBuilder.productInspectionText(ProductInspectionText... value) Navigation property to_ProductInspectionText for Product to multiple ProductInspectionText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with type arguments of type ProductInspectionTextModifier and TypeMethodDescriptionvoidProduct.setProductInspectionText(List<ProductInspectionText> value) Overwrites the list of associated ProductInspectionText entities for the loaded navigation property to_ProductInspectionText.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductInspectionTextModifierConstructorDescriptionProductInspectionTextCreateFluentHelper(String servicePath, ProductInspectionText entity, String entityCollection) Creates a fluent helper object that will create aProductInspectionTextentity on the OData endpoint.ProductInspectionTextDeleteFluentHelper(String servicePath, ProductInspectionText entity, String entityCollection) Creates a fluent helper object that will delete aProductInspectionTextentity on the OData endpoint.ProductInspectionTextUpdateFluentHelper(String servicePath, ProductInspectionText entity, String entityCollection) Creates a fluent helper object that will update aProductInspectionTextentity on the OData endpoint. -
Uses of ProductInspectionText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.batch with parameters of type ProductInspectionTextModifier and TypeMethodDescriptionDefaultProductMasterServiceBatchChangeSet.createProductInspectionText(ProductInspectionText productInspectionText) ProductMasterServiceBatchChangeSet.createProductInspectionText(ProductInspectionText productInspectionText) Create a newProductInspectionTextentity and save it to the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.deleteProductInspectionText(ProductInspectionText productInspectionText) ProductMasterServiceBatchChangeSet.deleteProductInspectionText(ProductInspectionText productInspectionText) Deletes an existingProductInspectionTextentity in the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.updateProductInspectionText(ProductInspectionText productInspectionText) ProductMasterServiceBatchChangeSet.updateProductInspectionText(ProductInspectionText productInspectionText) Update an existingProductInspectionTextentity and save it to the S/4HANA system. -
Uses of ProductInspectionText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.link that return types with arguments of type ProductInspectionTextModifier and TypeMethodDescriptionProductInspectionTextOneToOneLink.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.productmaster.link with type arguments of type ProductInspectionTextModifier and TypeMethodDescriptionprotected ProductInspectionTextLink<ObjectT>ProductInspectionTextLink.translateLinkType(EntityLink<ProductInspectionTextLink<ObjectT>, ProductInspectionText, ObjectT> link) -
Uses of ProductInspectionText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductInspectionTextModifier and TypeMethodDescriptionDefaultProductMasterService.createProductInspectionText(ProductInspectionText productInspectionText) Deprecated.ProductMasterService.createProductInspectionText(ProductInspectionText productInspectionText) Deprecated.Create a newProductInspectionTextentity and save it to the S/4HANA system.DefaultProductMasterService.deleteProductInspectionText(ProductInspectionText productInspectionText) Deprecated.ProductMasterService.deleteProductInspectionText(ProductInspectionText productInspectionText) Deprecated.Deletes an existingProductInspectionTextentity in the S/4HANA system.DefaultProductMasterService.updateProductInspectionText(ProductInspectionText productInspectionText) Deprecated.ProductMasterService.updateProductInspectionText(ProductInspectionText productInspectionText) Deprecated.Update an existingProductInspectionTextentity and save it to the S/4HANA system.