Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.RecipeProcessElementText
Packages that use RecipeProcessElementText
Package
Description
-
Uses of RecipeProcessElementText 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 RecipeProcessElementTextModifier and TypeFieldDescriptionstatic final RecipeProcessElementLink<RecipeProcessElementText>RecipeProcessElement.TO_RECIPE_PROCESS_ELEMENT_TEXTUse with available fluent helpers to apply the to_RecipeProcessElementText navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula that return RecipeProcessElementTextModifier and TypeMethodDescriptionRecipeProcessElementText.RecipeProcessElementTextBuilder.build()protected RecipeProcessElementTextRecipeProcessElementTextCreateFluentHelper.getEntity()protected RecipeProcessElementTextRecipeProcessElementTextDeleteFluentHelper.getEntity()protected RecipeProcessElementTextRecipeProcessElementTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula that return types with arguments of type RecipeProcessElementTextModifier and TypeMethodDescriptionRecipeProcessElement.fetchRecipeProcessElementText()Fetches the RecipeProcessElementText entities (one to many) associated with this entity.protected Class<RecipeProcessElementText>RecipeProcessElementTextByKeyFluentHelper.getEntityClass()protected Class<RecipeProcessElementText>RecipeProcessElementTextFluentHelper.getEntityClass()io.vavr.control.Option<List<RecipeProcessElementText>>RecipeProcessElement.getRecipeProcessElementTextIfPresent()Retrieval of associated RecipeProcessElementText entities (one to many).RecipeProcessElement.getRecipeProcessElementTextOrFetch()Retrieval of associated RecipeProcessElementText entities (one to many).RecipeProcessElementText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with parameters of type RecipeProcessElementTextModifier and TypeMethodDescriptionvoidRecipeProcessElement.addRecipeProcessElementText(RecipeProcessElementText... entity) Adds elements to the list of associated RecipeProcessElementText entities.RecipeProcessElement.RecipeProcessElementBuilder.recipeProcessElementText(RecipeProcessElementText... value) Navigation property to_RecipeProcessElementText for RecipeProcessElement to multiple RecipeProcessElementText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with type arguments of type RecipeProcessElementTextModifier and TypeMethodDescriptionvoidRecipeProcessElement.setRecipeProcessElementText(List<RecipeProcessElementText> value) Overwrites the list of associated RecipeProcessElementText entities for the loaded navigation property to_RecipeProcessElementText.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula with parameters of type RecipeProcessElementTextModifierConstructorDescriptionRecipeProcessElementTextCreateFluentHelper(String servicePath, RecipeProcessElementText entity, String entityCollection) Creates a fluent helper object that will create aRecipeProcessElementTextentity on the OData endpoint.RecipeProcessElementTextDeleteFluentHelper(String servicePath, RecipeProcessElementText entity, String entityCollection) Creates a fluent helper object that will delete aRecipeProcessElementTextentity on the OData endpoint.RecipeProcessElementTextUpdateFluentHelper(String servicePath, RecipeProcessElementText entity, String entityCollection) Creates a fluent helper object that will update aRecipeProcessElementTextentity on the OData endpoint. -
Uses of RecipeProcessElementText 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 RecipeProcessElementTextModifier and TypeMethodDescriptionDefaultRecipeHeaderAndFormulaServiceBatchChangeSet.createRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText) RecipeHeaderAndFormulaServiceBatchChangeSet.createRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText) Create a newRecipeProcessElementTextentity and save it to the S/4HANA system.DefaultRecipeHeaderAndFormulaServiceBatchChangeSet.deleteRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText) RecipeHeaderAndFormulaServiceBatchChangeSet.deleteRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText) Deletes an existingRecipeProcessElementTextentity in the S/4HANA system.DefaultRecipeHeaderAndFormulaServiceBatchChangeSet.updateRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText) RecipeHeaderAndFormulaServiceBatchChangeSet.updateRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText) Update an existingRecipeProcessElementTextentity and save it to the S/4HANA system. -
Uses of RecipeProcessElementText 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 RecipeProcessElementTextModifier and TypeMethodDescriptionRecipeProcessElementTextOneToOneLink.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 RecipeProcessElementTextModifier and TypeMethodDescriptionprotected RecipeProcessElementTextLink<ObjectT>RecipeProcessElementTextLink.translateLinkType(EntityLink<RecipeProcessElementTextLink<ObjectT>, RecipeProcessElementText, ObjectT> link) -
Uses of RecipeProcessElementText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type RecipeProcessElementTextModifier and TypeMethodDescriptionDefaultRecipeHeaderAndFormulaService.createRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText) Deprecated.RecipeHeaderAndFormulaService.createRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText) Deprecated.Create a newRecipeProcessElementTextentity and save it to the S/4HANA system.DefaultRecipeHeaderAndFormulaService.deleteRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText) Deprecated.RecipeHeaderAndFormulaService.deleteRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText) Deprecated.Deletes an existingRecipeProcessElementTextentity in the S/4HANA system.DefaultRecipeHeaderAndFormulaService.updateRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText) Deprecated.RecipeHeaderAndFormulaService.updateRecipeProcessElementText(RecipeProcessElementText recipeProcessElementText) Deprecated.Update an existingRecipeProcessElementTextentity and save it to the S/4HANA system.