Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductMLPrices
Packages that use ProductMLPrices
Package
Description
-
Uses of ProductMLPrices 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 ProductMLPricesModifier and TypeFieldDescriptionstatic final ProductValuationLink<ProductMLPrices>ProductValuation.TO_ML_PRICESUse with available fluent helpers to apply the to_MLPrices navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return ProductMLPricesModifier and TypeMethodDescriptionProductMLPrices.ProductMLPricesBuilder.build()protected ProductMLPricesProductMLPricesCreateFluentHelper.getEntity()protected ProductMLPricesProductMLPricesUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return types with arguments of type ProductMLPricesModifier and TypeMethodDescriptionProductValuation.fetchMLPrices()Fetches the ProductMLPrices entities (one to many) associated with this entity.protected Class<ProductMLPrices>ProductMLPricesByKeyFluentHelper.getEntityClass()protected Class<ProductMLPrices>ProductMLPricesFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductMLPrices>>ProductValuation.getMLPricesIfPresent()Retrieval of associated ProductMLPrices entities (one to many).ProductValuation.getMLPricesOrFetch()Retrieval of associated ProductMLPrices entities (one to many).ProductMLPrices.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductMLPricesModifier and TypeMethodDescriptionvoidProductValuation.addMLPrices(ProductMLPrices... entity) Adds elements to the list of associated ProductMLPrices entities.ProductValuation.ProductValuationBuilder.mlPrices(ProductMLPrices... value) Navigation property to_MLPrices for ProductValuation to multiple ProductMLPrices.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with type arguments of type ProductMLPricesModifier and TypeMethodDescriptionvoidProductValuation.setMLPrices(List<ProductMLPrices> value) Overwrites the list of associated ProductMLPrices entities for the loaded navigation property to_MLPrices.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductMLPricesModifierConstructorDescriptionProductMLPricesCreateFluentHelper(String servicePath, ProductMLPrices entity, String entityCollection) Creates a fluent helper object that will create aProductMLPricesentity on the OData endpoint.ProductMLPricesUpdateFluentHelper(String servicePath, ProductMLPrices entity, String entityCollection) Creates a fluent helper object that will update aProductMLPricesentity on the OData endpoint. -
Uses of ProductMLPrices 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 ProductMLPricesModifier and TypeMethodDescriptionDefaultProductMasterServiceBatchChangeSet.createProductMLPrices(ProductMLPrices productMLPrices) ProductMasterServiceBatchChangeSet.createProductMLPrices(ProductMLPrices productMLPrices) Create a newProductMLPricesentity and save it to the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.updateProductMLPrices(ProductMLPrices productMLPrices) ProductMasterServiceBatchChangeSet.updateProductMLPrices(ProductMLPrices productMLPrices) Update an existingProductMLPricesentity and save it to the S/4HANA system. -
Uses of ProductMLPrices 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 ProductMLPricesModifier and TypeMethodDescriptionProductMLPricesOneToOneLink.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 ProductMLPricesModifier and TypeMethodDescriptionprotected ProductMLPricesLink<ObjectT>ProductMLPricesLink.translateLinkType(EntityLink<ProductMLPricesLink<ObjectT>, ProductMLPrices, ObjectT> link) -
Uses of ProductMLPrices in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductMLPricesModifier and TypeMethodDescriptionDefaultProductMasterService.createProductMLPrices(ProductMLPrices productMLPrices) Deprecated.ProductMasterService.createProductMLPrices(ProductMLPrices productMLPrices) Deprecated.Create a newProductMLPricesentity and save it to the S/4HANA system.DefaultProductMasterService.updateProductMLPrices(ProductMLPrices productMLPrices) Deprecated.ProductMasterService.updateProductMLPrices(ProductMLPrices productMLPrices) Deprecated.Update an existingProductMLPricesentity and save it to the S/4HANA system.