Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductBasicText
Packages that use ProductBasicText
Package
Description
-
Uses of ProductBasicText 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 ProductBasicTextModifier and TypeFieldDescriptionstatic final ProductLink<ProductBasicText>Product.TO_PRODUCT_BASIC_TEXTUse with available fluent helpers to apply the to_ProductBasicText navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return ProductBasicTextModifier and TypeMethodDescriptionProductBasicText.ProductBasicTextBuilder.build()protected ProductBasicTextProductBasicTextCreateFluentHelper.getEntity()protected ProductBasicTextProductBasicTextDeleteFluentHelper.getEntity()protected ProductBasicTextProductBasicTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return types with arguments of type ProductBasicTextModifier and TypeMethodDescriptionProduct.fetchProductBasicText()Fetches the ProductBasicText entities (one to many) associated with this entity.protected Class<ProductBasicText>ProductBasicTextByKeyFluentHelper.getEntityClass()protected Class<ProductBasicText>ProductBasicTextFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductBasicText>>Product.getProductBasicTextIfPresent()Retrieval of associated ProductBasicText entities (one to many).Product.getProductBasicTextOrFetch()Retrieval of associated ProductBasicText entities (one to many).ProductBasicText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductBasicTextModifier and TypeMethodDescriptionvoidProduct.addProductBasicText(ProductBasicText... entity) Adds elements to the list of associated ProductBasicText entities.Product.ProductBuilder.productBasicText(ProductBasicText... value) Navigation property to_ProductBasicText for Product to multiple ProductBasicText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with type arguments of type ProductBasicTextModifier and TypeMethodDescriptionvoidProduct.setProductBasicText(List<ProductBasicText> value) Overwrites the list of associated ProductBasicText entities for the loaded navigation property to_ProductBasicText.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductBasicTextModifierConstructorDescriptionProductBasicTextCreateFluentHelper(String servicePath, ProductBasicText entity, String entityCollection) Creates a fluent helper object that will create aProductBasicTextentity on the OData endpoint.ProductBasicTextDeleteFluentHelper(String servicePath, ProductBasicText entity, String entityCollection) Creates a fluent helper object that will delete aProductBasicTextentity on the OData endpoint.ProductBasicTextUpdateFluentHelper(String servicePath, ProductBasicText entity, String entityCollection) Creates a fluent helper object that will update aProductBasicTextentity on the OData endpoint. -
Uses of ProductBasicText 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 ProductBasicTextModifier and TypeMethodDescriptionDefaultProductMasterServiceBatchChangeSet.createProductBasicText(ProductBasicText productBasicText) ProductMasterServiceBatchChangeSet.createProductBasicText(ProductBasicText productBasicText) Create a newProductBasicTextentity and save it to the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.deleteProductBasicText(ProductBasicText productBasicText) ProductMasterServiceBatchChangeSet.deleteProductBasicText(ProductBasicText productBasicText) Deletes an existingProductBasicTextentity in the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.updateProductBasicText(ProductBasicText productBasicText) ProductMasterServiceBatchChangeSet.updateProductBasicText(ProductBasicText productBasicText) Update an existingProductBasicTextentity and save it to the S/4HANA system. -
Uses of ProductBasicText 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 ProductBasicTextModifier and TypeMethodDescriptionProductBasicTextOneToOneLink.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 ProductBasicTextModifier and TypeMethodDescriptionprotected ProductBasicTextLink<ObjectT>ProductBasicTextLink.translateLinkType(EntityLink<ProductBasicTextLink<ObjectT>, ProductBasicText, ObjectT> link) -
Uses of ProductBasicText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductBasicTextModifier and TypeMethodDescriptionDefaultProductMasterService.createProductBasicText(ProductBasicText productBasicText) Deprecated.ProductMasterService.createProductBasicText(ProductBasicText productBasicText) Deprecated.Create a newProductBasicTextentity and save it to the S/4HANA system.DefaultProductMasterService.deleteProductBasicText(ProductBasicText productBasicText) Deprecated.ProductMasterService.deleteProductBasicText(ProductBasicText productBasicText) Deprecated.Deletes an existingProductBasicTextentity in the S/4HANA system.DefaultProductMasterService.updateProductBasicText(ProductBasicText productBasicText) Deprecated.ProductMasterService.updateProductBasicText(ProductBasicText productBasicText) Deprecated.Update an existingProductBasicTextentity and save it to the S/4HANA system.