Modifier and Type | Field and Description |
---|---|
static RecipeProcessParamValueLink<RecipeProcessParamValueTxt> |
RecipeProcessParamValue.TO_RECIPE_PROCESS_PARAM_VALUE_TXT
Use with available fluent helpers to apply the to_RecipeProcessParamValueTxt navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
RecipeProcessParamValueTxt |
RecipeProcessParamValueTxt.RecipeProcessParamValueTxtBuilder.build() |
protected RecipeProcessParamValueTxt |
RecipeProcessParamValueTxtCreateFluentHelper.getEntity() |
protected RecipeProcessParamValueTxt |
RecipeProcessParamValueTxtUpdateFluentHelper.getEntity() |
protected RecipeProcessParamValueTxt |
RecipeProcessParamValueTxtDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<RecipeProcessParamValueTxt> |
RecipeProcessParamValue.fetchRecipeProcessParamValueTxt()
Fetches the RecipeProcessParamValueTxt entities (one to many) associated with this entity.
|
protected Class<RecipeProcessParamValueTxt> |
RecipeProcessParamValueTxtFluentHelper.getEntityClass() |
protected Class<RecipeProcessParamValueTxt> |
RecipeProcessParamValueTxtByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<RecipeProcessParamValueTxt>> |
RecipeProcessParamValue.getRecipeProcessParamValueTxtIfPresent()
Retrieval of associated RecipeProcessParamValueTxt entities (one to many).
|
List<RecipeProcessParamValueTxt> |
RecipeProcessParamValue.getRecipeProcessParamValueTxtOrFetch()
Retrieval of associated RecipeProcessParamValueTxt entities (one to many).
|
Class<RecipeProcessParamValueTxt> |
RecipeProcessParamValueTxt.getType() |
Modifier and Type | Method and Description |
---|---|
void |
RecipeProcessParamValue.addRecipeProcessParamValueTxt(RecipeProcessParamValueTxt... entity)
Adds elements to the list of associated RecipeProcessParamValueTxt entities.
|
RecipeProcessParamValue.RecipeProcessParamValueBuilder |
RecipeProcessParamValue.RecipeProcessParamValueBuilder.recipeProcessParamValueTxt(RecipeProcessParamValueTxt... value)
Navigation property to_RecipeProcessParamValueTxt for RecipeProcessParamValue to multiple
RecipeProcessParamValueTxt.
|
Modifier and Type | Method and Description |
---|---|
void |
RecipeProcessParamValue.setRecipeProcessParamValueTxt(List<RecipeProcessParamValueTxt> value)
Overwrites the list of associated RecipeProcessParamValueTxt entities for the loaded navigation property
to_RecipeProcessParamValueTxt.
|
Constructor and Description |
---|
RecipeProcessParamValueTxtCreateFluentHelper(String servicePath,
RecipeProcessParamValueTxt entity)
Creates a fluent helper object that will create a
RecipeProcessParamValueTxt entity on the OData endpoint. |
RecipeProcessParamValueTxtDeleteFluentHelper(String servicePath,
RecipeProcessParamValueTxt entity)
Creates a fluent helper object that will delete a
RecipeProcessParamValueTxt entity on the OData endpoint. |
RecipeProcessParamValueTxtUpdateFluentHelper(String servicePath,
RecipeProcessParamValueTxt entity)
Creates a fluent helper object that will update a
RecipeProcessParamValueTxt entity on the OData endpoint. |
Constructor and Description |
---|
RecipeProcessParamValue(UUID recipeProcessParamValUUID,
UUID recipeProcessUUID,
UUID recipeProcessElementUUID,
UUID recipeProcessParamUUID,
UUID recipeProcessEquipRqmtUUID,
String recipeProcessParamUnit,
String recipeProcessParamTgtVal,
String recipeProcessParamMinVal,
String recipeProcessParamMaxVal,
String recipeProcessParamSqncNmbr,
ZonedDateTime recipeLastChangeDateTime,
UUID recipeUUID,
String recipe,
String recipeProcessParam,
String recipeProcessEquipRqmtPosNmbr,
String recipeProcessStagePosNmbr,
String recipeProcessOperationPosNmbr,
String recipeProcessActionPosNmbr,
Recipe toRecipe,
RecipeProcessElement toRecipeProcessElement,
RecipeProcessEquipRqmt toRecipeProcessEquipRqmt,
RecipeProcessParam toRecipeProcessParam,
List<RecipeProcessParamValueTxt> toRecipeProcessParamValueTxt,
List<RecProcParamValCharc> toRecProcParamValCharc,
List<RecProcParamValClass> toRecProcParamValClass) |
Modifier and Type | Method and Description |
---|---|
RecipeHeaderAndFormulaServiceBatchChangeSet |
RecipeHeaderAndFormulaServiceBatchChangeSet.createRecipeProcessParamValueTxt(RecipeProcessParamValueTxt recipeProcessParamValueTxt)
Create a new
RecipeProcessParamValueTxt entity and save it to the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
DefaultRecipeHeaderAndFormulaServiceBatchChangeSet.createRecipeProcessParamValueTxt(RecipeProcessParamValueTxt recipeProcessParamValueTxt)
Create a new
RecipeProcessParamValueTxt entity and save it to the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
RecipeHeaderAndFormulaServiceBatchChangeSet.deleteRecipeProcessParamValueTxt(RecipeProcessParamValueTxt recipeProcessParamValueTxt)
Deletes an existing
RecipeProcessParamValueTxt entity in the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
DefaultRecipeHeaderAndFormulaServiceBatchChangeSet.deleteRecipeProcessParamValueTxt(RecipeProcessParamValueTxt recipeProcessParamValueTxt)
Deletes an existing
RecipeProcessParamValueTxt entity in the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
RecipeHeaderAndFormulaServiceBatchChangeSet.updateRecipeProcessParamValueTxt(RecipeProcessParamValueTxt recipeProcessParamValueTxt)
Update an existing
RecipeProcessParamValueTxt entity and save it to the S/4HANA system. |
RecipeHeaderAndFormulaServiceBatchChangeSet |
DefaultRecipeHeaderAndFormulaServiceBatchChangeSet.updateRecipeProcessParamValueTxt(RecipeProcessParamValueTxt recipeProcessParamValueTxt)
Update an existing
RecipeProcessParamValueTxt entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<RecipeProcessParamValueTxt> |
RecipeProcessParamValueTxtOneToOneLink.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.
|
Modifier and Type | Method and Description |
---|---|
protected RecipeProcessParamValueTxtLink<ObjectT> |
RecipeProcessParamValueTxtLink.translateLinkType(EntityLink<RecipeProcessParamValueTxtLink<ObjectT>,RecipeProcessParamValueTxt,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.