Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.ProductClassCharc
Packages that use ProductClassCharc
Package
Description
-
Uses of ProductClassCharc 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 ProductClassCharcModifier and TypeFieldDescriptionstatic final ProductClassLink<ProductClassCharc>ProductClass.TO_CHARACTERISTICSUse with available fluent helpers to apply the to_Characteristics navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification that return ProductClassCharcMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification that return types with arguments of type ProductClassCharcModifier and TypeMethodDescriptionProductClass.fetchCharacteristics()Fetches the ProductClassCharc entities (one to many) associated with this entity.io.vavr.control.Option<List<ProductClassCharc>>ProductClass.getCharacteristicsIfPresent()Retrieval of associated ProductClassCharc entities (one to many).ProductClass.getCharacteristicsOrFetch()Retrieval of associated ProductClassCharc entities (one to many).protected Class<ProductClassCharc>ProductClassCharcByKeyFluentHelper.getEntityClass()protected Class<ProductClassCharc>ProductClassCharcFluentHelper.getEntityClass()ProductClassCharc.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with parameters of type ProductClassCharcModifier and TypeMethodDescriptionvoidProductClass.addCharacteristics(ProductClassCharc... entity) Adds elements to the list of associated ProductClassCharc entities.ProductClass.ProductClassBuilder.characteristics(ProductClassCharc... value) Navigation property to_Characteristics for ProductClass to multiple ProductClassCharc.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with type arguments of type ProductClassCharcModifier and TypeMethodDescriptionvoidProductClass.setCharacteristics(List<ProductClassCharc> value) Overwrites the list of associated ProductClassCharc entities for the loaded navigation property to_Characteristics.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with type arguments of type ProductClassCharcModifierConstructorDescriptionProductClass(String product, String classInternalID, LocalDateTime keyDate, String changeNumber, String classType, List<ProductClassCharc> toCharacteristics, ClfnClassForKeyDate toClassDetails) -
Uses of ProductClassCharc 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 ProductClassCharcModifier and TypeMethodDescriptionProductClassCharcOneToOneLink.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 ProductClassCharcModifier and TypeMethodDescriptionprotected ProductClassCharcLink<ObjectT>ProductClassCharcLink.translateLinkType(EntityLink<ProductClassCharcLink<ObjectT>, ProductClassCharc, ObjectT> link)