Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup.ProductGroup
Packages that use ProductGroup
Package
Description
-
Uses of ProductGroup 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 ProductGroupModifier and TypeFieldDescriptionstatic final ProductGroupTextOneToOneLink<ProductGroup>ProductGroupText.TO_MATERIAL_GROUPUse with available fluent helpers to apply the to_MaterialGroup navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup that return ProductGroupModifier and TypeMethodDescriptionProductGroup.ProductGroupBuilder.build()ProductGroupText.fetchMaterialGroup()Fetches the ProductGroup entity (one to one) associated with this entity.ProductGroupText.getMaterialGroupOrFetch()Retrieval of associated ProductGroup entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup that return types with arguments of type ProductGroupModifier and TypeMethodDescriptionprotected Class<ProductGroup>ProductGroupByKeyFluentHelper.getEntityClass()protected Class<ProductGroup>ProductGroupFluentHelper.getEntityClass()io.vavr.control.Option<ProductGroup>ProductGroupText.getMaterialGroupIfPresent()Retrieval of associated ProductGroup entity (one to one).ProductGroup.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup with parameters of type ProductGroupModifier and TypeMethodDescriptionProductGroupText.ProductGroupTextBuilder.materialGroup(ProductGroup value) Navigation property to_MaterialGroup for ProductGroupText to single ProductGroup.voidProductGroupText.setMaterialGroup(ProductGroup value) Overwrites the associated ProductGroup entity for the loaded navigation property to_MaterialGroup.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup with parameters of type ProductGroupModifierConstructorDescriptionProductGroupText(String materialGroup, String language, String materialGroupName, String materialGroupText, ProductGroup toMaterialGroup) -
Uses of ProductGroup 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 ProductGroupModifier and TypeMethodDescriptionProductGroupOneToOneLink.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 ProductGroupModifier and TypeMethodDescriptionprotected ProductGroupLink<ObjectT>ProductGroupLink.translateLinkType(EntityLink<ProductGroupLink<ObjectT>, ProductGroup, ObjectT> link)