Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.RecipeText
Packages that use RecipeText
Package
Description
-
Uses of RecipeText 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 RecipeTextModifier and TypeFieldDescriptionstatic final RecipeLink<RecipeText>Recipe.TO_RECIPE_TEXTUse with available fluent helpers to apply the to_RecipeText navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula that return RecipeTextModifier and TypeMethodDescriptionRecipeText.RecipeTextBuilder.build()protected RecipeTextRecipeTextCreateFluentHelper.getEntity()protected RecipeTextRecipeTextDeleteFluentHelper.getEntity()protected RecipeTextRecipeTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula that return types with arguments of type RecipeTextModifier and TypeMethodDescriptionRecipe.fetchRecipeText()Fetches the RecipeText entities (one to many) associated with this entity.protected Class<RecipeText>RecipeTextByKeyFluentHelper.getEntityClass()protected Class<RecipeText>RecipeTextFluentHelper.getEntityClass()io.vavr.control.Option<List<RecipeText>>Recipe.getRecipeTextIfPresent()Retrieval of associated RecipeText entities (one to many).Recipe.getRecipeTextOrFetch()Retrieval of associated RecipeText entities (one to many).RecipeText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with parameters of type RecipeTextModifier and TypeMethodDescriptionvoidRecipe.addRecipeText(RecipeText... entity) Adds elements to the list of associated RecipeText entities.Recipe.RecipeBuilder.recipeText(RecipeText... value) Navigation property to_RecipeText for Recipe to multiple RecipeText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with type arguments of type RecipeTextModifier and TypeMethodDescriptionvoidRecipe.setRecipeText(List<RecipeText> value) Overwrites the list of associated RecipeText entities for the loaded navigation property to_RecipeText.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with parameters of type RecipeTextModifierConstructorDescriptionRecipeTextCreateFluentHelper(String servicePath, RecipeText entity, String entityCollection) Creates a fluent helper object that will create aRecipeTextentity on the OData endpoint.RecipeTextDeleteFluentHelper(String servicePath, RecipeText entity, String entityCollection) Creates a fluent helper object that will delete aRecipeTextentity on the OData endpoint.RecipeTextUpdateFluentHelper(String servicePath, RecipeText entity, String entityCollection) Creates a fluent helper object that will update aRecipeTextentity on the OData endpoint. -
Uses of RecipeText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.batch with parameters of type RecipeTextModifier and TypeMethodDescriptionDefaultRecipeHeaderAndFormulaServiceBatchChangeSet.createRecipeText(RecipeText recipeText) RecipeHeaderAndFormulaServiceBatchChangeSet.createRecipeText(RecipeText recipeText) Create a newRecipeTextentity and save it to the S/4HANA system.DefaultRecipeHeaderAndFormulaServiceBatchChangeSet.deleteRecipeText(RecipeText recipeText) RecipeHeaderAndFormulaServiceBatchChangeSet.deleteRecipeText(RecipeText recipeText) Deletes an existingRecipeTextentity in the S/4HANA system.DefaultRecipeHeaderAndFormulaServiceBatchChangeSet.updateRecipeText(RecipeText recipeText) RecipeHeaderAndFormulaServiceBatchChangeSet.updateRecipeText(RecipeText recipeText) Update an existingRecipeTextentity and save it to the S/4HANA system. -
Uses of RecipeText 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 RecipeTextModifier and TypeMethodDescriptionRecipeTextOneToOneLink.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 RecipeTextModifier and TypeMethodDescriptionprotected RecipeTextLink<ObjectT>RecipeTextLink.translateLinkType(EntityLink<RecipeTextLink<ObjectT>, RecipeText, ObjectT> link) -
Uses of RecipeText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type RecipeTextModifier and TypeMethodDescriptionDefaultRecipeHeaderAndFormulaService.createRecipeText(RecipeText recipeText) Deprecated.RecipeHeaderAndFormulaService.createRecipeText(RecipeText recipeText) Deprecated.Create a newRecipeTextentity and save it to the S/4HANA system.DefaultRecipeHeaderAndFormulaService.deleteRecipeText(RecipeText recipeText) Deprecated.RecipeHeaderAndFormulaService.deleteRecipeText(RecipeText recipeText) Deprecated.Deletes an existingRecipeTextentity in the S/4HANA system.DefaultRecipeHeaderAndFormulaService.updateRecipeText(RecipeText recipeText) Deprecated.RecipeHeaderAndFormulaService.updateRecipeText(RecipeText recipeText) Deprecated.Update an existingRecipeTextentity and save it to the S/4HANA system.