Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.ProductCharcValue
Packages that use ProductCharcValue
Package
Description
-
Uses of ProductCharcValue 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 ProductCharcValueModifier and TypeFieldDescriptionstatic final ProductCharcLink<ProductCharcValue>ProductCharc.TO_VALUATIONUse with available fluent helpers to apply the to_Valuation navigation property to query operations.static final ProductClassCharcLink<ProductCharcValue>ProductClassCharc.TO_VALUATIONUse with available fluent helpers to apply the to_Valuation navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification that return ProductCharcValueMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification that return types with arguments of type ProductCharcValueModifier and TypeMethodDescriptionProductCharc.fetchValuation()Fetches the ProductCharcValue entities (one to many) associated with this entity.ProductClassCharc.fetchValuation()Fetches the ProductCharcValue entities (one to many) associated with this entity.protected Class<ProductCharcValue>ProductCharcValueByKeyFluentHelper.getEntityClass()protected Class<ProductCharcValue>ProductCharcValueFluentHelper.getEntityClass()ProductCharcValue.getType()io.vavr.control.Option<List<ProductCharcValue>>ProductCharc.getValuationIfPresent()Retrieval of associated ProductCharcValue entities (one to many).io.vavr.control.Option<List<ProductCharcValue>>ProductClassCharc.getValuationIfPresent()Retrieval of associated ProductCharcValue entities (one to many).ProductCharc.getValuationOrFetch()Retrieval of associated ProductCharcValue entities (one to many).ProductClassCharc.getValuationOrFetch()Retrieval of associated ProductCharcValue entities (one to many).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with parameters of type ProductCharcValueModifier and TypeMethodDescriptionvoidProductCharc.addValuation(ProductCharcValue... entity) Adds elements to the list of associated ProductCharcValue entities.voidProductClassCharc.addValuation(ProductCharcValue... entity) Adds elements to the list of associated ProductCharcValue entities.ProductCharc.ProductCharcBuilder.valuation(ProductCharcValue... value) Navigation property to_Valuation for ProductCharc to multiple ProductCharcValue.ProductClassCharc.ProductClassCharcBuilder.valuation(ProductCharcValue... value) Navigation property to_Valuation for ProductClassCharc to multiple ProductCharcValue.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with type arguments of type ProductCharcValueModifier and TypeMethodDescriptionvoidProductCharc.setValuation(List<ProductCharcValue> value) Overwrites the list of associated ProductCharcValue entities for the loaded navigation property to_Valuation.voidProductClassCharc.setValuation(List<ProductCharcValue> value) Overwrites the list of associated ProductCharcValue entities for the loaded navigation property to_Valuation.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with type arguments of type ProductCharcValueModifierConstructorDescriptionProductCharc(String product, String charcInternalID, String classType, LocalDateTime keyDate, String changeNumber, List<ProductCharcValue> toValuation) ProductClassCharc(String product, String classInternalID, String charcInternalID, LocalDateTime keyDate, String changeNumber, String classType, List<ProductCharcValue> toValuation) -
Uses of ProductCharcValue 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 ProductCharcValueModifier and TypeMethodDescriptionProductCharcValueOneToOneLink.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 ProductCharcValueModifier and TypeMethodDescriptionprotected ProductCharcValueLink<ObjectT>ProductCharcValueLink.translateLinkType(EntityLink<ProductCharcValueLink<ObjectT>, ProductCharcValue, ObjectT> link)