Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.ProductPlant
Packages that use ProductPlant
Package
Description
-
Uses of ProductPlant in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with type parameters of type ProductPlantModifier and TypeFieldDescriptionstatic final ClfnProductLink<ProductPlant>ClfnProduct.TO_PLANTUse with available fluent helpers to apply the to_Plant navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification that return ProductPlantMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification that return types with arguments of type ProductPlantModifier and TypeMethodDescriptionClfnProduct.fetchPlant()Fetches the ProductPlant entities (one to many) associated with this entity.protected Class<ProductPlant>ProductPlantByKeyFluentHelper.getEntityClass()protected Class<ProductPlant>ProductPlantFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductPlant>>ClfnProduct.getPlantIfPresent()Retrieval of associated ProductPlant entities (one to many).ClfnProduct.getPlantOrFetch()Retrieval of associated ProductPlant entities (one to many).ProductPlant.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with parameters of type ProductPlantModifier and TypeMethodDescriptionvoidClfnProduct.addPlant(ProductPlant... entity) Adds elements to the list of associated ProductPlant entities.ClfnProduct.ClfnProductBuilder.plant(ProductPlant... value) Navigation property to_Plant for ClfnProduct to multiple ProductPlant.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with type arguments of type ProductPlantModifier and TypeMethodDescriptionvoidClfnProduct.setPlant(List<ProductPlant> value) Overwrites the list of associated ProductPlant entities for the loaded navigation property to_Plant. -
Uses of ProductPlant in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.link that return types with arguments of type ProductPlantModifier and TypeMethodDescriptionProductPlantOneToOneLink.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.productmasterdataincludingclassification.link with type arguments of type ProductPlantModifier and TypeMethodDescriptionprotected ProductPlantLink<ObjectT>ProductPlantLink.translateLinkType(EntityLink<ProductPlantLink<ObjectT>, ProductPlant, ObjectT> link)