Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.ProductCharc
Packages that use ProductCharc
Package
Description
-
Uses of ProductCharc 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 ProductCharcModifier and TypeFieldDescriptionstatic final ClfnProductLink<ProductCharc>ClfnProduct.TO_PRODUCT_CHARCUse with available fluent helpers to apply the to_ProductCharc navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification that return ProductCharcMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification that return types with arguments of type ProductCharcModifier and TypeMethodDescriptionClfnProduct.fetchProductCharc()Fetches the ProductCharc entities (one to many) associated with this entity.protected Class<ProductCharc>ProductCharcByKeyFluentHelper.getEntityClass()protected Class<ProductCharc>ProductCharcFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductCharc>>ClfnProduct.getProductCharcIfPresent()Retrieval of associated ProductCharc entities (one to many).ClfnProduct.getProductCharcOrFetch()Retrieval of associated ProductCharc entities (one to many).ProductCharc.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with parameters of type ProductCharcModifier and TypeMethodDescriptionvoidClfnProduct.addProductCharc(ProductCharc... entity) Adds elements to the list of associated ProductCharc entities.ClfnProduct.ClfnProductBuilder.productCharc(ProductCharc... value) Navigation property to_ProductCharc for ClfnProduct to multiple ProductCharc.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with type arguments of type ProductCharcModifier and TypeMethodDescriptionvoidClfnProduct.setProductCharc(List<ProductCharc> value) Overwrites the list of associated ProductCharc entities for the loaded navigation property to_ProductCharc. -
Uses of ProductCharc 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 ProductCharcModifier and TypeMethodDescriptionProductCharcOneToOneLink.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 ProductCharcModifier and TypeMethodDescriptionprotected ProductCharcLink<ObjectT>ProductCharcLink.translateLinkType(EntityLink<ProductCharcLink<ObjectT>, ProductCharc, ObjectT> link)