Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<RecipeText> |
RecipeText.ALL_FIELDS
Selector for all available fields of RecipeText.
|
static RecipeLink<RecipeText> |
Recipe.TO_RECIPE_TEXT
Use with available fluent helpers to apply the to_RecipeText navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
RecipeText |
RecipeText.RecipeTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<RecipeText> |
Recipe.fetchRecipeText()
Fetches the RecipeText entities (one to many) associated with this entity.
|
List<RecipeText> |
Recipe.getRecipeTextOrFetch()
Retrieval of associated RecipeText entities (one to many).
|
com.google.common.base.Optional<List<RecipeText>> |
Recipe.getRecipeTextOrNull()
Retrieval of associated RecipeText entities (one to many).
|
Class<RecipeText> |
RecipeText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Recipe.addRecipeText(RecipeText... entity)
Adds elements to the list of associated RecipeText entities.
|
Recipe.RecipeBuilder |
Recipe.RecipeBuilder.recipeText(RecipeText... value) |
Modifier and Type | Method and Description |
---|---|
void |
Recipe.setRecipeText(List<RecipeText> value)
Overwrites the list of associated RecipeText entities for the loaded navigation property to_RecipeText.
|
Constructor and Description |
---|
Recipe(UUID recipeUUID,
String recipeStatus,
String recipeStatusSchema,
String recipeAuthorizationGroup,
UUID rcpFmlaUUID,
UUID recipeProcessUUID,
Calendar recipeValidityStartDate,
Calendar recipeValidityEndDate,
BigDecimal recipeValidityMinQuantity,
BigDecimal recipeValidityMaxQuantity,
String recipeValidityUnit,
String recipeUUID_Text,
String plant,
String recipeCreatedByUser,
String recipeLastChangedByUser,
Calendar recipeCreationDateTime,
Calendar recipeLastChangeDateTime,
Boolean recipeIsDeleted,
Boolean recipeIsArchived,
String recipePrimOutpAuthznGrp,
String recipePrimOutpSpecType,
String recipe,
String recipePrimaryOutputInternalID,
String recipePrimaryOutput,
String recipeAlternativeNumber,
String recipeVersionNumber,
String recipeType,
String recipePurpose,
ErpConfigContext erpConfigContext,
List<RecipeFormulaItem> toFormulaItem,
List<RecipeText> toRecipeText) |
Copyright © 2017 SAP SE. All rights reserved.