Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.Product
Packages that use Product
Package
Description
-
Uses of Product in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return ProductModifier and TypeMethodDescriptionProduct.ProductBuilder.build()protected ProductProductCreateFluentHelper.getEntity()protected ProductProductUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return types with arguments of type ProductModifier and TypeMethodDescriptionProductByKeyFluentHelper.getEntityClass()ProductFluentHelper.getEntityClass()Product.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductModifierConstructorDescriptionProductCreateFluentHelper(String servicePath, Product entity, String entityCollection) Creates a fluent helper object that will create aProductentity on the OData endpoint.ProductUpdateFluentHelper(String servicePath, Product entity, String entityCollection) Creates a fluent helper object that will update aProductentity on the OData endpoint. -
Uses of Product 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 ProductModifier and TypeMethodDescriptionDefaultProductMasterServiceBatchChangeSet.createProduct(Product product) ProductMasterServiceBatchChangeSet.createProduct(Product product) Create a newProductentity and save it to the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.updateProduct(Product product) ProductMasterServiceBatchChangeSet.updateProduct(Product product) Update an existingProductentity and save it to the S/4HANA system. -
Uses of Product 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 ProductModifier and TypeMethodDescriptionProductOneToOneLink.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 ProductModifier and TypeMethodDescriptionprotected ProductLink<ObjectT>ProductLink.translateLinkType(EntityLink<ProductLink<ObjectT>, Product, ObjectT> link) -
Uses of Product in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductModifier and TypeMethodDescriptionDefaultProductMasterService.createProduct(Product product) Deprecated.ProductMasterService.createProduct(Product product) Deprecated.Create a newProductentity and save it to the S/4HANA system.DefaultProductMasterService.updateProduct(Product product) Deprecated.ProductMasterService.updateProduct(Product product) Deprecated.Update an existingProductentity and save it to the S/4HANA system.