public static final class RecipeProcessElement.RecipeProcessElementBuilder extends Object
Modifier and Type | Method and Description |
---|---|
RecipeProcessElement |
build() |
RecipeProcessElement.RecipeProcessElementBuilder |
formulaItem(RecipeFormulaItem... value)
Navigation property to_FormulaItem for RecipeProcessElement to multiple
RecipeFormulaItem.
|
RecipeProcessElement.RecipeProcessElementBuilder |
recipe(Recipe value)
Navigation property to_Recipe for RecipeProcessElement to single Recipe.
|
RecipeProcessElement.RecipeProcessElementBuilder |
recipe(String value)
Constraints: Not nullable, Maximum length: 20
|
RecipeProcessElement.RecipeProcessElementBuilder |
recipeLastChangeDateTime(ZonedDateTime recipeLastChangeDateTime)
Constraints: Not nullable, Precision: 0
|
RecipeProcessElement.RecipeProcessElementBuilder |
recipeProcessActionPosNmbr(String recipeProcessActionPosNmbr)
Constraints: Not nullable, Maximum length: 4
|
RecipeProcessElement.RecipeProcessElementBuilder |
recipeProcessElementChild(RecipeProcessElement... value)
Navigation property to_RecipeProcessElementChild for RecipeProcessElement to multiple
RecipeProcessElement.
|
RecipeProcessElement.RecipeProcessElementBuilder |
recipeProcessElementParent(RecipeProcessElement value)
Navigation property to_RecipeProcessElementParent for RecipeProcessElement to single
RecipeProcessElement.
|
RecipeProcessElement.RecipeProcessElementBuilder |
recipeProcessElementParentUUID(UUID recipeProcessElementParentUUID)
Constraints: none
|
RecipeProcessElement.RecipeProcessElementBuilder |
recipeProcessElementPosNmbr(String recipeProcessElementPosNmbr)
Constraints: Not nullable, Maximum length: 4
|
RecipeProcessElement.RecipeProcessElementBuilder |
recipeProcessElementText(RecipeProcessElementText... value)
Navigation property to_RecipeProcessElementText for RecipeProcessElement to multiple
RecipeProcessElementText.
|
RecipeProcessElement.RecipeProcessElementBuilder |
recipeProcessElementType(String recipeProcessElementType)
Constraints: Not nullable, Maximum length: 10
|
RecipeProcessElement.RecipeProcessElementBuilder |
recipeProcessElementUUID(UUID recipeProcessElementUUID)
(Key Field) Constraints: Not nullable
|
RecipeProcessElement.RecipeProcessElementBuilder |
recipeProcessEquipRqmt(RecipeProcessEquipRqmt... value)
Navigation property to_RecipeProcessEquipRqmt for RecipeProcessElement to multiple
RecipeProcessEquipRqmt.
|
RecipeProcessElement.RecipeProcessElementBuilder |
recipeProcessOperationPosNmbr(String recipeProcessOperationPosNmbr)
Constraints: Not nullable, Maximum length: 4
|
RecipeProcessElement.RecipeProcessElementBuilder |
recipeProcessParamValue(RecipeProcessParamValue... value)
Navigation property to_RecipeProcessParamValue for RecipeProcessElement to multiple
RecipeProcessParamValue.
|
RecipeProcessElement.RecipeProcessElementBuilder |
recipeProcessStagePosNmbr(String recipeProcessStagePosNmbr)
Constraints: Not nullable, Maximum length: 4
|
RecipeProcessElement.RecipeProcessElementBuilder |
recipeProcessUUID(UUID recipeProcessUUID)
Constraints: none
|
RecipeProcessElement.RecipeProcessElementBuilder |
recipeUUID(UUID recipeUUID)
Constraints: none
|
String |
toString() |
@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder formulaItem(RecipeFormulaItem... value)
value
- The RecipeFormulaItems to build this RecipeProcessElement with.@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipe(Recipe value)
value
- The Recipe to build this RecipeProcessElement with.@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipe(String value)
Original property name from the Odata EDM: Recipe
value
- The recipe to build this RecipeProcessElement with.@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessElementChild(RecipeProcessElement... value)
value
- The RecipeProcessElements to build this RecipeProcessElement with.@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessElementParent(RecipeProcessElement value)
value
- The RecipeProcessElement to build this RecipeProcessElement with.@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessElementText(RecipeProcessElementText... value)
value
- The RecipeProcessElementTexts to build this RecipeProcessElement with.@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessEquipRqmt(RecipeProcessEquipRqmt... value)
value
- The RecipeProcessEquipRqmts to build this RecipeProcessElement with.@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessParamValue(RecipeProcessParamValue... value)
value
- The RecipeProcessParamValues to build this RecipeProcessElement with.@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessElementUUID(@Nullable UUID recipeProcessElementUUID)
Original property name from the Odata EDM: RecipeProcessElementUUID
this
.@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessUUID(@Nullable UUID recipeProcessUUID)
Original property name from the Odata EDM: RecipeProcessUUID
this
.@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessElementType(@Nullable String recipeProcessElementType)
Original property name from the Odata EDM: RecipeProcessElementType
this
.@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessElementParentUUID(@Nullable UUID recipeProcessElementParentUUID)
Original property name from the Odata EDM: RecipeProcessElementParentUUID
this
.@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessElementPosNmbr(@Nullable String recipeProcessElementPosNmbr)
Original property name from the Odata EDM: RecipeProcessElementPosNmbr
this
.@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeLastChangeDateTime(@Nullable ZonedDateTime recipeLastChangeDateTime)
Original property name from the Odata EDM: RecipeLastChangeDateTime
this
.@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeUUID(@Nullable UUID recipeUUID)
Original property name from the Odata EDM: RecipeUUID
this
.@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessStagePosNmbr(@Nullable String recipeProcessStagePosNmbr)
Original property name from the Odata EDM: RecipeProcessStagePosNmbr
this
.@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessOperationPosNmbr(@Nullable String recipeProcessOperationPosNmbr)
Original property name from the Odata EDM: RecipeProcessOperationPosNmbr
this
.@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessActionPosNmbr(@Nullable String recipeProcessActionPosNmbr)
Original property name from the Odata EDM: RecipeProcessActionPosNmbr
this
.@Nonnull public RecipeProcessElement build()
Copyright © 2020 SAP SE. All rights reserved.