Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.producttype.ProductTypeText
Packages that use ProductTypeText
Package
Description
-
Uses of ProductTypeText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.producttype
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.producttype with type parameters of type ProductTypeTextModifier and TypeFieldDescriptionstatic final SimpleProperty<ProductTypeText>ProductTypeText.ALL_FIELDSSelector for all available fields of ProductTypeText.static final SimpleProperty.String<ProductTypeText>ProductTypeText.LANGUAGEstatic final SimpleProperty.String<ProductTypeText>ProductTypeText.PRODUCT_TYPEstatic final SimpleProperty.String<ProductTypeText>ProductTypeText.PRODUCT_TYPE_NAMEstatic final NavigationProperty.Single<ProductTypeText,ProductType> ProductTypeText.TO__PRODUCT_TYPEUse with available request builders to apply the _ProductType navigation property to query operations.static final NavigationProperty.Collection<ProductType,ProductTypeText> ProductType.TO__TEXTUse with available request builders to apply the _Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.producttype that return ProductTypeTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.producttype that return types with arguments of type ProductTypeTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<ProductTypeText>>ProductType.getTextIfPresent()Retrieval of associated ProductTypeText entities (one to many).ProductTypeText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.producttype with parameters of type ProductTypeTextModifier and TypeMethodDescriptionvoidProductType.addText(ProductTypeText... entity) Adds elements to the list of associated ProductTypeText entities.ProductType.ProductTypeBuilder.text(ProductTypeText... value) Navigation property _Text for ProductType to multiple ProductTypeText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.producttype with type arguments of type ProductTypeTextModifier and TypeMethodDescriptionvoidProductType.setText(List<ProductTypeText> value) Overwrites the list of associated ProductTypeText entities for the loaded navigation property _Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.producttype with type arguments of type ProductTypeTextModifierConstructorDescriptionProductType(String productType, String productTypeName, List<ProductTypeText> to_Text) -
Uses of ProductTypeText 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 ProductTypeTextModifier and TypeMethodDescriptionDefaultProductTypeService.countProductTypeText()Deprecated.ProductTypeService.countProductTypeText()Deprecated.Fetch the number of entries from theProductTypeTextentity collection matching the filter and search expressions.DefaultProductTypeService.getAllProductTypeText()Deprecated.ProductTypeService.getAllProductTypeText()Deprecated.Fetch multipleProductTypeTextentities.DefaultProductTypeService.getProductTypeTextByKey(String productType, String language) Deprecated.ProductTypeService.getProductTypeTextByKey(String productType, String language) Deprecated.Fetch a singleProductTypeTextentity using key fields.