Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Method and Description |
---|---|
Recipe |
Recipe.RecipeBuilder.build() |
Modifier and Type | Method and Description |
---|---|
Class<Recipe> |
Recipe.getType() |
Constructor and Description |
---|
RecipeCreateFluentHelper(Recipe entity) |
RecipeDeleteFluentHelper(Recipe entity) |
RecipeUpdateFluentHelper(Recipe entity) |
Modifier and Type | Method and Description |
---|---|
RecipeCreateFluentHelper |
DefaultRecipeHeaderAndFormulaService.createRecipe(Recipe recipe) |
RecipeCreateFluentHelper |
RecipeHeaderAndFormulaService.createRecipe(Recipe recipe)
Create a new
Recipe entity and save it to the S/4HANA system. |
RecipeDeleteFluentHelper |
DefaultRecipeHeaderAndFormulaService.deleteRecipe(Recipe recipe) |
RecipeDeleteFluentHelper |
RecipeHeaderAndFormulaService.deleteRecipe(Recipe recipe)
Deletes an existing
Recipe entity in the S/4HANA system. |
RecipeUpdateFluentHelper |
DefaultRecipeHeaderAndFormulaService.updateRecipe(Recipe recipe) |
RecipeUpdateFluentHelper |
RecipeHeaderAndFormulaService.updateRecipe(Recipe recipe)
Update an existing
Recipe entity and save it to the S/4HANA system. |
Copyright © 2018 SAP SE. All rights reserved.