Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.ProductClass
Packages that use ProductClass
Package
Description
-
Uses of ProductClass 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 ProductClassModifier and TypeFieldDescriptionstatic final ClfnProductLink<ProductClass>ClfnProduct.TO_PRODUCT_CLASSUse with available fluent helpers to apply the to_ProductClass navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification that return ProductClassMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification that return types with arguments of type ProductClassModifier and TypeMethodDescriptionClfnProduct.fetchProductClass()Fetches the ProductClass entities (one to many) associated with this entity.protected Class<ProductClass>ProductClassByKeyFluentHelper.getEntityClass()protected Class<ProductClass>ProductClassFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductClass>>ClfnProduct.getProductClassIfPresent()Retrieval of associated ProductClass entities (one to many).ClfnProduct.getProductClassOrFetch()Retrieval of associated ProductClass entities (one to many).ProductClass.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with parameters of type ProductClassModifier and TypeMethodDescriptionvoidClfnProduct.addProductClass(ProductClass... entity) Adds elements to the list of associated ProductClass entities.ClfnProduct.ClfnProductBuilder.productClass(ProductClass... value) Navigation property to_ProductClass for ClfnProduct to multiple ProductClass.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with type arguments of type ProductClassModifier and TypeMethodDescriptionvoidClfnProduct.setProductClass(List<ProductClass> value) Overwrites the list of associated ProductClass entities for the loaded navigation property to_ProductClass. -
Uses of ProductClass 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 ProductClassModifier and TypeMethodDescriptionProductClassOneToOneLink.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 ProductClassModifier and TypeMethodDescriptionprotected ProductClassLink<ObjectT>ProductClassLink.translateLinkType(EntityLink<ProductClassLink<ObjectT>, ProductClass, ObjectT> link)