Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup.ProductGroupText
Packages that use ProductGroupText
Package
Description
-
Uses of ProductGroupText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup with type parameters of type ProductGroupTextModifier and TypeFieldDescriptionstatic final ProductGroupLink<ProductGroupText>ProductGroup.TO_TEXTUse with available fluent helpers to apply the to_Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup that return ProductGroupTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup that return types with arguments of type ProductGroupTextModifier and TypeMethodDescriptionProductGroup.fetchText()Fetches the ProductGroupText entities (one to many) associated with this entity.protected Class<ProductGroupText>ProductGroupTextByKeyFluentHelper.getEntityClass()protected Class<ProductGroupText>ProductGroupTextFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductGroupText>>ProductGroup.getTextIfPresent()Retrieval of associated ProductGroupText entities (one to many).ProductGroup.getTextOrFetch()Retrieval of associated ProductGroupText entities (one to many).ProductGroupText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup 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 to_Text for ProductGroup to multiple ProductGroupText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup with type arguments of type ProductGroupTextModifier and TypeMethodDescriptionvoidProductGroup.setText(List<ProductGroupText> value) Overwrites the list of associated ProductGroupText entities for the loaded navigation property to_Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup with type arguments of type ProductGroupTextModifierConstructorDescriptionProductGroup(String materialGroup, String authorizationGroup, List<ProductGroupText> toText) -
Uses of ProductGroupText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup.link that return types with arguments of type ProductGroupTextModifier and TypeMethodDescriptionProductGroupTextOneToOneLink.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.productgroup.link with type arguments of type ProductGroupTextModifier and TypeMethodDescriptionprotected ProductGroupTextLink<ObjectT>ProductGroupTextLink.translateLinkType(EntityLink<ProductGroupTextLink<ObjectT>, ProductGroupText, ObjectT> link)