Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductUnitsOfMeasure
Packages that use ProductUnitsOfMeasure
Package
Description
-
Uses of ProductUnitsOfMeasure 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 ProductUnitsOfMeasureModifier and TypeFieldDescriptionstatic final ProductLink<ProductUnitsOfMeasure>Product.TO_PRODUCT_UNITS_OF_MEASUREUse with available fluent helpers to apply the to_ProductUnitsOfMeasure navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return ProductUnitsOfMeasureModifier and TypeMethodDescriptionProductUnitsOfMeasure.ProductUnitsOfMeasureBuilder.build()protected ProductUnitsOfMeasureProductUnitsOfMeasureCreateFluentHelper.getEntity()protected ProductUnitsOfMeasureProductUnitsOfMeasureDeleteFluentHelper.getEntity()protected ProductUnitsOfMeasureProductUnitsOfMeasureUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return types with arguments of type ProductUnitsOfMeasureModifier and TypeMethodDescriptionProduct.fetchProductUnitsOfMeasure()Fetches the ProductUnitsOfMeasure entities (one to many) associated with this entity.protected Class<ProductUnitsOfMeasure>ProductUnitsOfMeasureByKeyFluentHelper.getEntityClass()protected Class<ProductUnitsOfMeasure>ProductUnitsOfMeasureFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductUnitsOfMeasure>>Product.getProductUnitsOfMeasureIfPresent()Retrieval of associated ProductUnitsOfMeasure entities (one to many).Product.getProductUnitsOfMeasureOrFetch()Retrieval of associated ProductUnitsOfMeasure entities (one to many).ProductUnitsOfMeasure.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductUnitsOfMeasureModifier and TypeMethodDescriptionvoidProduct.addProductUnitsOfMeasure(ProductUnitsOfMeasure... entity) Adds elements to the list of associated ProductUnitsOfMeasure entities.Product.ProductBuilder.productUnitsOfMeasure(ProductUnitsOfMeasure... value) Navigation property to_ProductUnitsOfMeasure for Product to multiple ProductUnitsOfMeasure.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with type arguments of type ProductUnitsOfMeasureModifier and TypeMethodDescriptionvoidProduct.setProductUnitsOfMeasure(List<ProductUnitsOfMeasure> value) Overwrites the list of associated ProductUnitsOfMeasure entities for the loaded navigation property to_ProductUnitsOfMeasure.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductUnitsOfMeasureModifierConstructorDescriptionProductUnitsOfMeasureCreateFluentHelper(String servicePath, ProductUnitsOfMeasure entity, String entityCollection) Creates a fluent helper object that will create aProductUnitsOfMeasureentity on the OData endpoint.ProductUnitsOfMeasureDeleteFluentHelper(String servicePath, ProductUnitsOfMeasure entity, String entityCollection) Creates a fluent helper object that will delete aProductUnitsOfMeasureentity on the OData endpoint.ProductUnitsOfMeasureUpdateFluentHelper(String servicePath, ProductUnitsOfMeasure entity, String entityCollection) Creates a fluent helper object that will update aProductUnitsOfMeasureentity on the OData endpoint. -
Uses of ProductUnitsOfMeasure 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 ProductUnitsOfMeasureModifier and TypeMethodDescriptionDefaultProductMasterServiceBatchChangeSet.createProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure) ProductMasterServiceBatchChangeSet.createProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure) Create a newProductUnitsOfMeasureentity and save it to the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.deleteProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure) ProductMasterServiceBatchChangeSet.deleteProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure) Deletes an existingProductUnitsOfMeasureentity in the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.updateProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure) ProductMasterServiceBatchChangeSet.updateProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure) Update an existingProductUnitsOfMeasureentity and save it to the S/4HANA system. -
Uses of ProductUnitsOfMeasure 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 ProductUnitsOfMeasureModifier and TypeMethodDescriptionProductUnitsOfMeasureOneToOneLink.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 ProductUnitsOfMeasureModifier and TypeMethodDescriptionprotected ProductUnitsOfMeasureLink<ObjectT>ProductUnitsOfMeasureLink.translateLinkType(EntityLink<ProductUnitsOfMeasureLink<ObjectT>, ProductUnitsOfMeasure, ObjectT> link) -
Uses of ProductUnitsOfMeasure in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductUnitsOfMeasureModifier and TypeMethodDescriptionDefaultProductMasterService.createProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure) Deprecated.ProductMasterService.createProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure) Deprecated.Create a newProductUnitsOfMeasureentity and save it to the S/4HANA system.DefaultProductMasterService.deleteProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure) Deprecated.ProductMasterService.deleteProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure) Deprecated.Deletes an existingProductUnitsOfMeasureentity in the S/4HANA system.DefaultProductMasterService.updateProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure) Deprecated.ProductMasterService.updateProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure) Deprecated.Update an existingProductUnitsOfMeasureentity and save it to the S/4HANA system.