Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductSalesText
Packages that use ProductSalesText
Package
Description
-
Uses of ProductSalesText 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 ProductSalesTextModifier and TypeFieldDescriptionstatic final ProductSalesDeliveryLink<ProductSalesText>ProductSalesDelivery.TO_SALES_TEXTUse with available fluent helpers to apply the to_SalesText navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return ProductSalesTextModifier and TypeMethodDescriptionProductSalesText.ProductSalesTextBuilder.build()protected ProductSalesTextProductSalesTextCreateFluentHelper.getEntity()protected ProductSalesTextProductSalesTextDeleteFluentHelper.getEntity()protected ProductSalesTextProductSalesTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return types with arguments of type ProductSalesTextModifier and TypeMethodDescriptionProductSalesDelivery.fetchSalesText()Fetches the ProductSalesText entities (one to many) associated with this entity.protected Class<ProductSalesText>ProductSalesTextByKeyFluentHelper.getEntityClass()protected Class<ProductSalesText>ProductSalesTextFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductSalesText>>ProductSalesDelivery.getSalesTextIfPresent()Retrieval of associated ProductSalesText entities (one to many).ProductSalesDelivery.getSalesTextOrFetch()Retrieval of associated ProductSalesText entities (one to many).ProductSalesText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductSalesTextModifier and TypeMethodDescriptionvoidProductSalesDelivery.addSalesText(ProductSalesText... entity) Adds elements to the list of associated ProductSalesText entities.ProductSalesDelivery.ProductSalesDeliveryBuilder.salesText(ProductSalesText... value) Navigation property to_SalesText for ProductSalesDelivery to multiple ProductSalesText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with type arguments of type ProductSalesTextModifier and TypeMethodDescriptionvoidProductSalesDelivery.setSalesText(List<ProductSalesText> value) Overwrites the list of associated ProductSalesText entities for the loaded navigation property to_SalesText.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductSalesTextModifierConstructorDescriptionProductSalesTextCreateFluentHelper(String servicePath, ProductSalesText entity, String entityCollection) Creates a fluent helper object that will create aProductSalesTextentity on the OData endpoint.ProductSalesTextDeleteFluentHelper(String servicePath, ProductSalesText entity, String entityCollection) Creates a fluent helper object that will delete aProductSalesTextentity on the OData endpoint.ProductSalesTextUpdateFluentHelper(String servicePath, ProductSalesText entity, String entityCollection) Creates a fluent helper object that will update aProductSalesTextentity on the OData endpoint. -
Uses of ProductSalesText 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 ProductSalesTextModifier and TypeMethodDescriptionDefaultProductMasterServiceBatchChangeSet.createProductSalesText(ProductSalesText productSalesText) ProductMasterServiceBatchChangeSet.createProductSalesText(ProductSalesText productSalesText) Create a newProductSalesTextentity and save it to the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.deleteProductSalesText(ProductSalesText productSalesText) ProductMasterServiceBatchChangeSet.deleteProductSalesText(ProductSalesText productSalesText) Deletes an existingProductSalesTextentity in the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.updateProductSalesText(ProductSalesText productSalesText) ProductMasterServiceBatchChangeSet.updateProductSalesText(ProductSalesText productSalesText) Update an existingProductSalesTextentity and save it to the S/4HANA system. -
Uses of ProductSalesText 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 ProductSalesTextModifier and TypeMethodDescriptionProductSalesTextOneToOneLink.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 ProductSalesTextModifier and TypeMethodDescriptionprotected ProductSalesTextLink<ObjectT>ProductSalesTextLink.translateLinkType(EntityLink<ProductSalesTextLink<ObjectT>, ProductSalesText, ObjectT> link) -
Uses of ProductSalesText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductSalesTextModifier and TypeMethodDescriptionDefaultProductMasterService.createProductSalesText(ProductSalesText productSalesText) Deprecated.ProductMasterService.createProductSalesText(ProductSalesText productSalesText) Deprecated.Create a newProductSalesTextentity and save it to the S/4HANA system.DefaultProductMasterService.deleteProductSalesText(ProductSalesText productSalesText) Deprecated.ProductMasterService.deleteProductSalesText(ProductSalesText productSalesText) Deprecated.Deletes an existingProductSalesTextentity in the S/4HANA system.DefaultProductMasterService.updateProductSalesText(ProductSalesText productSalesText) Deprecated.ProductMasterService.updateProductSalesText(ProductSalesText productSalesText) Deprecated.Update an existingProductSalesTextentity and save it to the S/4HANA system.