Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.RecipeCharcValue
Packages that use RecipeCharcValue
Package
Description
-
Uses of RecipeCharcValue in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with type parameters of type RecipeCharcValueModifier and TypeFieldDescriptionstatic final RecipeCharcLink<RecipeCharcValue>RecipeCharc.TO_VALUATIONUse with available fluent helpers to apply the to_Valuation navigation property to query operations.static final RecipeClassCharcLink<RecipeCharcValue>RecipeClassCharc.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.recipeheaderandformula that return RecipeCharcValueMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula that return types with arguments of type RecipeCharcValueModifier and TypeMethodDescriptionRecipeCharc.fetchValuation()Fetches the RecipeCharcValue entities (one to many) associated with this entity.RecipeClassCharc.fetchValuation()Fetches the RecipeCharcValue entities (one to many) associated with this entity.protected Class<RecipeCharcValue>RecipeCharcValueByKeyFluentHelper.getEntityClass()protected Class<RecipeCharcValue>RecipeCharcValueFluentHelper.getEntityClass()RecipeCharcValue.getType()io.vavr.control.Option<List<RecipeCharcValue>>RecipeCharc.getValuationIfPresent()Retrieval of associated RecipeCharcValue entities (one to many).io.vavr.control.Option<List<RecipeCharcValue>>RecipeClassCharc.getValuationIfPresent()Retrieval of associated RecipeCharcValue entities (one to many).RecipeCharc.getValuationOrFetch()Retrieval of associated RecipeCharcValue entities (one to many).RecipeClassCharc.getValuationOrFetch()Retrieval of associated RecipeCharcValue entities (one to many).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with parameters of type RecipeCharcValueModifier and TypeMethodDescriptionvoidRecipeCharc.addValuation(RecipeCharcValue... entity) Adds elements to the list of associated RecipeCharcValue entities.voidRecipeClassCharc.addValuation(RecipeCharcValue... entity) Adds elements to the list of associated RecipeCharcValue entities.RecipeCharc.RecipeCharcBuilder.valuation(RecipeCharcValue... value) Navigation property to_Valuation for RecipeCharc to multiple RecipeCharcValue.RecipeClassCharc.RecipeClassCharcBuilder.valuation(RecipeCharcValue... value) Navigation property to_Valuation for RecipeClassCharc to multiple RecipeCharcValue.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with type arguments of type RecipeCharcValueModifier and TypeMethodDescriptionvoidRecipeCharc.setValuation(List<RecipeCharcValue> value) Overwrites the list of associated RecipeCharcValue entities for the loaded navigation property to_Valuation.voidRecipeClassCharc.setValuation(List<RecipeCharcValue> value) Overwrites the list of associated RecipeCharcValue entities for the loaded navigation property to_Valuation.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with type arguments of type RecipeCharcValueModifierConstructorDescriptionRecipeCharc(UUID recipeUUID, String charcInternalID, String classType, LocalDateTime keyDate, List<RecipeCharcValue> toValuation) RecipeClassCharc(UUID recipeUUID, String classInternalID, String charcInternalID, LocalDateTime keyDate, String classType, List<RecipeCharcValue> toValuation) -
Uses of RecipeCharcValue in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.link that return types with arguments of type RecipeCharcValueModifier and TypeMethodDescriptionRecipeCharcValueOneToOneLink.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.recipeheaderandformula.link with type arguments of type RecipeCharcValueModifier and TypeMethodDescriptionprotected RecipeCharcValueLink<ObjectT>RecipeCharcValueLink.translateLinkType(EntityLink<RecipeCharcValueLink<ObjectT>, RecipeCharcValue, ObjectT> link)