Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productgroupdata.ProductGroupText
Packages that use ProductGroupText
Package
Description
-
Uses of ProductGroupText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productgroupdata
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productgroupdata with type parameters of type ProductGroupTextModifier and TypeFieldDescriptionstatic final SimpleProperty<ProductGroupText>ProductGroupText.ALL_FIELDSSelector for all available fields of ProductGroupText.static final SimpleProperty.String<ProductGroupText>ProductGroupText.LANGUAGEstatic final SimpleProperty.String<ProductGroupText>ProductGroupText.PRODUCT_GROUPstatic final SimpleProperty.String<ProductGroupText>ProductGroupText.PRODUCT_GROUP_NAMEstatic final SimpleProperty.String<ProductGroupText>ProductGroupText.PRODUCT_GROUP_TEXTstatic final NavigationProperty.Single<ProductGroupText,ProductGroup> ProductGroupText.TO__PRODUCT_GROUPUse with available request builders to apply the _ProductGroup navigation property to query operations.static final NavigationProperty.Collection<ProductGroup,ProductGroupText> ProductGroup.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.productgroupdata that return ProductGroupTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productgroupdata that return types with arguments of type ProductGroupTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<ProductGroupText>>ProductGroup.getTextIfPresent()Retrieval of associated ProductGroupText entities (one to many).ProductGroupText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productgroupdata with parameters of type ProductGroupTextModifier and TypeMethodDescriptionvoidProductGroup.addText(ProductGroupText... entity) Adds elements to the list of associated ProductGroupText entities.ProductGroup.ProductGroupBuilder.text(ProductGroupText... value) Navigation property _Text for ProductGroup to multiple ProductGroupText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productgroupdata with type arguments of type ProductGroupTextModifier and TypeMethodDescriptionvoidProductGroup.setText(List<ProductGroupText> value) Overwrites the list of associated ProductGroupText entities for the loaded navigation property _Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productgroupdata with type arguments of type ProductGroupTextModifierConstructorDescriptionProductGroup(String productGroup, String productGroupName, List<ProductGroupText> to_Text) -
Uses of ProductGroupText 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 ProductGroupTextModifier and TypeMethodDescriptionDefaultProductGroupDataService.countProductGroupText()Deprecated.ProductGroupDataService.countProductGroupText()Deprecated.Fetch the number of entries from theProductGroupTextentity collection matching the filter and search expressions.DefaultProductGroupDataService.getAllProductGroupText()Deprecated.ProductGroupDataService.getAllProductGroupText()Deprecated.Fetch multipleProductGroupTextentities.DefaultProductGroupDataService.getProductGroupTextByKey(String productGroup, String language) Deprecated.ProductGroupDataService.getProductGroupTextByKey(String productGroup, String language) Deprecated.Fetch a singleProductGroupTextentity using key fields.