Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductPurchaseText
Packages that use ProductPurchaseText
Package
Description
-
Uses of ProductPurchaseText 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 ProductPurchaseTextModifier and TypeFieldDescriptionstatic final ProductLink<ProductPurchaseText>Product.TO_PRODUCT_PURCHASE_TEXTUse with available fluent helpers to apply the to_ProductPurchaseText navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return ProductPurchaseTextModifier and TypeMethodDescriptionProductPurchaseText.ProductPurchaseTextBuilder.build()protected ProductPurchaseTextProductPurchaseTextCreateFluentHelper.getEntity()protected ProductPurchaseTextProductPurchaseTextDeleteFluentHelper.getEntity()protected ProductPurchaseTextProductPurchaseTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return types with arguments of type ProductPurchaseTextModifier and TypeMethodDescriptionProduct.fetchProductPurchaseText()Fetches the ProductPurchaseText entities (one to many) associated with this entity.protected Class<ProductPurchaseText>ProductPurchaseTextByKeyFluentHelper.getEntityClass()protected Class<ProductPurchaseText>ProductPurchaseTextFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductPurchaseText>>Product.getProductPurchaseTextIfPresent()Retrieval of associated ProductPurchaseText entities (one to many).Product.getProductPurchaseTextOrFetch()Retrieval of associated ProductPurchaseText entities (one to many).ProductPurchaseText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductPurchaseTextModifier and TypeMethodDescriptionvoidProduct.addProductPurchaseText(ProductPurchaseText... entity) Adds elements to the list of associated ProductPurchaseText entities.Product.ProductBuilder.productPurchaseText(ProductPurchaseText... value) Navigation property to_ProductPurchaseText for Product to multiple ProductPurchaseText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with type arguments of type ProductPurchaseTextModifier and TypeMethodDescriptionvoidProduct.setProductPurchaseText(List<ProductPurchaseText> value) Overwrites the list of associated ProductPurchaseText entities for the loaded navigation property to_ProductPurchaseText.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductPurchaseTextModifierConstructorDescriptionProductPurchaseTextCreateFluentHelper(String servicePath, ProductPurchaseText entity, String entityCollection) Creates a fluent helper object that will create aProductPurchaseTextentity on the OData endpoint.ProductPurchaseTextDeleteFluentHelper(String servicePath, ProductPurchaseText entity, String entityCollection) Creates a fluent helper object that will delete aProductPurchaseTextentity on the OData endpoint.ProductPurchaseTextUpdateFluentHelper(String servicePath, ProductPurchaseText entity, String entityCollection) Creates a fluent helper object that will update aProductPurchaseTextentity on the OData endpoint. -
Uses of ProductPurchaseText 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 ProductPurchaseTextModifier and TypeMethodDescriptionDefaultProductMasterServiceBatchChangeSet.createProductPurchaseText(ProductPurchaseText productPurchaseText) ProductMasterServiceBatchChangeSet.createProductPurchaseText(ProductPurchaseText productPurchaseText) Create a newProductPurchaseTextentity and save it to the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.deleteProductPurchaseText(ProductPurchaseText productPurchaseText) ProductMasterServiceBatchChangeSet.deleteProductPurchaseText(ProductPurchaseText productPurchaseText) Deletes an existingProductPurchaseTextentity in the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.updateProductPurchaseText(ProductPurchaseText productPurchaseText) ProductMasterServiceBatchChangeSet.updateProductPurchaseText(ProductPurchaseText productPurchaseText) Update an existingProductPurchaseTextentity and save it to the S/4HANA system. -
Uses of ProductPurchaseText 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 ProductPurchaseTextModifier and TypeMethodDescriptionProductPurchaseTextOneToOneLink.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 ProductPurchaseTextModifier and TypeMethodDescriptionprotected ProductPurchaseTextLink<ObjectT>ProductPurchaseTextLink.translateLinkType(EntityLink<ProductPurchaseTextLink<ObjectT>, ProductPurchaseText, ObjectT> link) -
Uses of ProductPurchaseText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductPurchaseTextModifier and TypeMethodDescriptionDefaultProductMasterService.createProductPurchaseText(ProductPurchaseText productPurchaseText) Deprecated.ProductMasterService.createProductPurchaseText(ProductPurchaseText productPurchaseText) Deprecated.Create a newProductPurchaseTextentity and save it to the S/4HANA system.DefaultProductMasterService.deleteProductPurchaseText(ProductPurchaseText productPurchaseText) Deprecated.ProductMasterService.deleteProductPurchaseText(ProductPurchaseText productPurchaseText) Deprecated.Deletes an existingProductPurchaseTextentity in the S/4HANA system.DefaultProductMasterService.updateProductPurchaseText(ProductPurchaseText productPurchaseText) Deprecated.ProductMasterService.updateProductPurchaseText(ProductPurchaseText productPurchaseText) Deprecated.Update an existingProductPurchaseTextentity and save it to the S/4HANA system.