Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static RecipeProcessElementLink<RecipeProcessElementText> |
RecipeProcessElement.TO_RECIPE_PROCESS_ELEMENT_TEXT
Use with available fluent helpers to apply the to_RecipeProcessElementText navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
RecipeProcessElementText |
RecipeProcessElementText.RecipeProcessElementTextBuilder.build() |
protected RecipeProcessElementText |
RecipeProcessElementTextDeleteFluentHelper.getEntity() |
protected RecipeProcessElementText |
RecipeProcessElementTextCreateFluentHelper.getEntity() |
protected RecipeProcessElementText |
RecipeProcessElementTextUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<RecipeProcessElementText> |
RecipeProcessElement.fetchRecipeProcessElementText()
Fetches the RecipeProcessElementText entities (one to many) associated with this entity.
|
protected Class<RecipeProcessElementText> |
RecipeProcessElementTextFluentHelper.getEntityClass() |
protected Class<RecipeProcessElementText> |
RecipeProcessElementTextByKeyFluentHelper.getEntityClass() |
Optional<List<RecipeProcessElementText>> |
RecipeProcessElement.getRecipeProcessElementTextIfPresent()
Retrieval of associated RecipeProcessElementText entities (one to many).
|
List<RecipeProcessElementText> |
RecipeProcessElement.getRecipeProcessElementTextOrFetch()
Retrieval of associated RecipeProcessElementText entities (one to many).
|
Class<RecipeProcessElementText> |
RecipeProcessElementText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
RecipeProcessElement.addRecipeProcessElementText(RecipeProcessElementText... entity)
Adds elements to the list of associated RecipeProcessElementText entities.
|
RecipeProcessElement.RecipeProcessElementBuilder |
RecipeProcessElement.RecipeProcessElementBuilder.recipeProcessElementText(RecipeProcessElementText... value) |
Modifier and Type | Method and Description |
---|---|
void |
RecipeProcessElement.setRecipeProcessElementText(List<RecipeProcessElementText> value)
Overwrites the list of associated RecipeProcessElementText entities for the loaded navigation property to_RecipeProcessElementText.
|
protected RecipeProcessElementTextLink<ObjectT> |
RecipeProcessElementTextLink.translateLinkType(EntityLink<RecipeProcessElementTextLink<ObjectT>,RecipeProcessElementText,ObjectT> link) |
Constructor and Description |
---|
RecipeProcessElementTextCreateFluentHelper(String servicePath,
RecipeProcessElementText entity)
Creates a fluent helper object that will create a
RecipeProcessElementText entity on the OData endpoint. |
RecipeProcessElementTextDeleteFluentHelper(String servicePath,
RecipeProcessElementText entity)
Creates a fluent helper object that will delete a
RecipeProcessElementText entity on the OData endpoint. |
RecipeProcessElementTextUpdateFluentHelper(String servicePath,
RecipeProcessElementText entity)
Creates a fluent helper object that will update a
RecipeProcessElementText entity on the OData endpoint. |
Constructor and Description |
---|
RecipeProcessElement(UUID recipeProcessElementUUID,
UUID recipeProcessUUID,
String recipeProcessElementType,
UUID recipeProcessElementParentUUID,
String recipeProcessElementPosNmbr,
ZonedDateTime recipeLastChangeDateTime,
ErpConfigContext erpConfigContext,
Recipe toRecipe,
List<RecipeFormulaItem> toFormulaItem,
List<RecipeProcessElement> toRecipeProcessElementChild,
RecipeProcessElement toRecipeProcessElementParent,
List<RecipeProcessElementText> toRecipeProcessElementText,
List<RecipeProcessEquipRqmt> toRecipeProcessEquipRqmt,
List<RecipeProcessParamValue> toRecipeProcessParamValue) |
Copyright © 2018 SAP SE. All rights reserved.