Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product.ProductPlantPurchaseTax
Packages that use ProductPlantPurchaseTax
Package
Description
-
Uses of ProductPlantPurchaseTax in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with type parameters of type ProductPlantPurchaseTaxModifier and TypeFieldDescriptionstatic final SimpleProperty<ProductPlantPurchaseTax>ProductPlantPurchaseTax.ALL_FIELDSSelector for all available fields of ProductPlantPurchaseTax.static final SimpleProperty.String<ProductPlantPurchaseTax>ProductPlantPurchaseTax.DEPARTURE_COUNTRYstatic final SimpleProperty.String<ProductPlantPurchaseTax>ProductPlantPurchaseTax.PLANTstatic final SimpleProperty.String<ProductPlantPurchaseTax>ProductPlantPurchaseTax.PROD_PURCHASE_TAX_CLASSIFICATIONstatic final SimpleProperty.String<ProductPlantPurchaseTax>ProductPlantPurchaseTax.PRODUCTstatic final NavigationProperty.Single<ProductPlantPurchaseTax,Product> ProductPlantPurchaseTax.TO__PRODUCTUse with available request builders to apply the _Product navigation property to query operations.static final NavigationProperty.Single<ProductPlantPurchaseTax,ProductPlant> ProductPlantPurchaseTax.TO__PRODUCT_PLANTUse with available request builders to apply the _ProductPlant navigation property to query operations.static final NavigationProperty.Collection<ProductPlant,ProductPlantPurchaseTax> ProductPlant.TO__PRODUCT_PLANT_PURCHASE_TAXUse with available request builders to apply the _ProductPlantPurchaseTax navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product that return ProductPlantPurchaseTaxMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product that return types with arguments of type ProductPlantPurchaseTaxModifier and TypeMethodDescriptionio.vavr.control.Option<List<ProductPlantPurchaseTax>>ProductPlant.getProductPlantPurchaseTaxIfPresent()Retrieval of associated ProductPlantPurchaseTax entities (one to many).ProductPlantPurchaseTax.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with parameters of type ProductPlantPurchaseTaxModifier and TypeMethodDescriptionvoidProductPlant.addProductPlantPurchaseTax(ProductPlantPurchaseTax... entity) Adds elements to the list of associated ProductPlantPurchaseTax entities.ProductPlant.ProductPlantBuilder.productPlantPurchaseTax(ProductPlantPurchaseTax... value) Navigation property _ProductPlantPurchaseTax for ProductPlant to multiple ProductPlantPurchaseTax.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with type arguments of type ProductPlantPurchaseTaxModifier and TypeMethodDescriptionvoidProductPlant.setProductPlantPurchaseTax(List<ProductPlantPurchaseTax> value) Overwrites the list of associated ProductPlantPurchaseTax entities for the loaded navigation property _ProductPlantPurchaseTax. -
Uses of ProductPlantPurchaseTax in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type ProductPlantPurchaseTaxModifier and TypeMethodDescriptionDefaultProductService.countProductPlantPurchaseTax()Deprecated.ProductService.countProductPlantPurchaseTax()Deprecated.Fetch the number of entries from theProductPlantPurchaseTaxentity collection matching the filter and search expressions.DefaultProductService.getAllProductPlantPurchaseTax()Deprecated.ProductService.getAllProductPlantPurchaseTax()Deprecated.Fetch multipleProductPlantPurchaseTaxentities.DefaultProductService.getProductPlantPurchaseTaxByKey(String product, String plant, String departureCountry) Deprecated.ProductService.getProductPlantPurchaseTaxByKey(String product, String plant, String departureCountry) Deprecated.Fetch a singleProductPlantPurchaseTaxentity using key fields.DefaultProductService.updateProductPlantPurchaseTax(ProductPlantPurchaseTax productPlantPurchaseTax) Deprecated.ProductService.updateProductPlantPurchaseTax(ProductPlantPurchaseTax productPlantPurchaseTax) Deprecated.Update an existingProductPlantPurchaseTaxentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type ProductPlantPurchaseTaxModifier and TypeMethodDescriptionDefaultProductService.updateProductPlantPurchaseTax(ProductPlantPurchaseTax productPlantPurchaseTax) Deprecated.ProductService.updateProductPlantPurchaseTax(ProductPlantPurchaseTax productPlantPurchaseTax) Deprecated.Update an existingProductPlantPurchaseTaxentity and save it to the S/4HANA system.