Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.RecipeClass
Packages that use RecipeClass
Package
Description
-
Uses of RecipeClass 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 RecipeClassModifier and TypeFieldDescriptionstatic final RecipeLink<RecipeClass>Recipe.TO_CLASSIFICATIONUse with available fluent helpers to apply the to_Classification navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula that return RecipeClassMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula that return types with arguments of type RecipeClassModifier and TypeMethodDescriptionRecipe.fetchClassification()Fetches the RecipeClass entities (one to many) associated with this entity.io.vavr.control.Option<List<RecipeClass>>Recipe.getClassificationIfPresent()Retrieval of associated RecipeClass entities (one to many).Recipe.getClassificationOrFetch()Retrieval of associated RecipeClass entities (one to many).protected Class<RecipeClass>RecipeClassByKeyFluentHelper.getEntityClass()protected Class<RecipeClass>RecipeClassFluentHelper.getEntityClass()RecipeClass.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with parameters of type RecipeClassModifier and TypeMethodDescriptionvoidRecipe.addClassification(RecipeClass... entity) Adds elements to the list of associated RecipeClass entities.Recipe.RecipeBuilder.classification(RecipeClass... value) Navigation property to_Classification for Recipe to multiple RecipeClass.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with type arguments of type RecipeClassModifier and TypeMethodDescriptionvoidRecipe.setClassification(List<RecipeClass> value) Overwrites the list of associated RecipeClass entities for the loaded navigation property to_Classification. -
Uses of RecipeClass 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 RecipeClassModifier and TypeMethodDescriptionRecipeClassOneToOneLink.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 RecipeClassModifier and TypeMethodDescriptionprotected RecipeClassLink<ObjectT>RecipeClassLink.translateLinkType(EntityLink<RecipeClassLink<ObjectT>, RecipeClass, ObjectT> link)