Class RecipeProcessElement.RecipeProcessElementBuilder
- Enclosing class:
- RecipeProcessElement
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Constraints: noneformulaItem(RecipeFormulaItem... value) Navigation property to_FormulaItem for RecipeProcessElement to multiple RecipeFormulaItem.Navigation property to_Recipe for RecipeProcessElement to single Recipe.Constraints: Not nullable, Maximum length: 20recipeLastChangeDateTime(ZonedDateTime recipeLastChangeDateTime) Constraints: Not nullable, Precision: 0recipeProcessActionPosNmbr(String recipeProcessActionPosNmbr) Constraints: Not nullable, Maximum length: 4Navigation property to_RecipeProcessElementChild for RecipeProcessElement to multiple RecipeProcessElement.Navigation property to_RecipeProcessElementParent for RecipeProcessElement to single RecipeProcessElement.recipeProcessElementParentUUID(UUID recipeProcessElementParentUUID) Constraints: nonerecipeProcessElementPosNmbr(String recipeProcessElementPosNmbr) Constraints: Not nullable, Maximum length: 4Navigation property to_RecipeProcessElementText for RecipeProcessElement to multiple RecipeProcessElementText.recipeProcessElementType(String recipeProcessElementType) Constraints: Not nullable, Maximum length: 10recipeProcessElementUUID(UUID recipeProcessElementUUID) (Key Field) Constraints: Not nullablerecipeProcessEquipRqmt(RecipeProcessEquipRqmt... value) Navigation property to_RecipeProcessEquipRqmt for RecipeProcessElement to multiple RecipeProcessEquipRqmt.recipeProcessOperationPosNmbr(String recipeProcessOperationPosNmbr) Constraints: Not nullable, Maximum length: 4Navigation property to_RecipeProcessParamValue for RecipeProcessElement to multiple RecipeProcessParamValue.recipeProcessStagePosNmbr(String recipeProcessStagePosNmbr) Constraints: Not nullable, Maximum length: 4recipeProcessUUID(UUID recipeProcessUUID) Constraints: nonerecipeUUID(UUID recipeUUID) Constraints: nonetoString()Constraints: none
-
Method Details
-
recipe
Navigation property to_Recipe for RecipeProcessElement to single Recipe.- Parameters:
value- The Recipe to build this RecipeProcessElement with.- Returns:
- This Builder to allow for a fluent interface.
-
recipe
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: Recipe
- Parameters:
value- The recipe to build this RecipeProcessElement with.- Returns:
- This Builder to allow for a fluent interface.
-
formulaItem
@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder formulaItem(RecipeFormulaItem... value) Navigation property to_FormulaItem for RecipeProcessElement to multiple RecipeFormulaItem.- Parameters:
value- The RecipeFormulaItems to build this RecipeProcessElement with.- Returns:
- This Builder to allow for a fluent interface.
-
recipeProcessElementChild
@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessElementChild(RecipeProcessElement... value) Navigation property to_RecipeProcessElementChild for RecipeProcessElement to multiple RecipeProcessElement.- Parameters:
value- The RecipeProcessElements to build this RecipeProcessElement with.- Returns:
- This Builder to allow for a fluent interface.
-
recipeProcessElementParent
@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessElementParent(RecipeProcessElement value) Navigation property to_RecipeProcessElementParent for RecipeProcessElement to single RecipeProcessElement.- Parameters:
value- The RecipeProcessElement to build this RecipeProcessElement with.- Returns:
- This Builder to allow for a fluent interface.
-
recipeProcessElementText
@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessElementText(RecipeProcessElementText... value) Navigation property to_RecipeProcessElementText for RecipeProcessElement to multiple RecipeProcessElementText.- Parameters:
value- The RecipeProcessElementTexts to build this RecipeProcessElement with.- Returns:
- This Builder to allow for a fluent interface.
-
recipeProcessEquipRqmt
@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessEquipRqmt(RecipeProcessEquipRqmt... value) Navigation property to_RecipeProcessEquipRqmt for RecipeProcessElement to multiple RecipeProcessEquipRqmt.- Parameters:
value- The RecipeProcessEquipRqmts to build this RecipeProcessElement with.- Returns:
- This Builder to allow for a fluent interface.
-
recipeProcessParamValue
@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessParamValue(RecipeProcessParamValue... value) Navigation property to_RecipeProcessParamValue for RecipeProcessElement to multiple RecipeProcessParamValue.- Parameters:
value- The RecipeProcessParamValues to build this RecipeProcessElement with.- Returns:
- This Builder to allow for a fluent interface.
-
delete_mc
@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder delete_mc(@Nullable Boolean delete_mc) Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Returns:
this.
-
update_mc
@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder update_mc(@Nullable Boolean update_mc) Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Returns:
this.
-
recipeProcessElementUUID
@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessElementUUID(@Nullable UUID recipeProcessElementUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: RecipeProcessElementUUID
- Returns:
this.
-
recipeProcessUUID
@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessUUID(@Nullable UUID recipeProcessUUID) Constraints: noneOriginal property name from the Odata EDM: RecipeProcessUUID
- Returns:
this.
-
recipeProcessElementType
@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessElementType(@Nullable String recipeProcessElementType) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RecipeProcessElementType
- Returns:
this.
-
recipeProcessElementParentUUID
@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessElementParentUUID(@Nullable UUID recipeProcessElementParentUUID) Constraints: noneOriginal property name from the Odata EDM: RecipeProcessElementParentUUID
- Returns:
this.
-
recipeProcessElementPosNmbr
@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessElementPosNmbr(@Nullable String recipeProcessElementPosNmbr) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: RecipeProcessElementPosNmbr
- Returns:
this.
-
recipeLastChangeDateTime
@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeLastChangeDateTime(@Nullable ZonedDateTime recipeLastChangeDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RecipeLastChangeDateTime
- Returns:
this.
-
recipeUUID
@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeUUID(@Nullable UUID recipeUUID) Constraints: noneOriginal property name from the Odata EDM: RecipeUUID
- Returns:
this.
-
recipeProcessStagePosNmbr
@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessStagePosNmbr(@Nullable String recipeProcessStagePosNmbr) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: RecipeProcessStagePosNmbr
- Returns:
this.
-
recipeProcessOperationPosNmbr
@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessOperationPosNmbr(@Nullable String recipeProcessOperationPosNmbr) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: RecipeProcessOperationPosNmbr
- Returns:
this.
-
recipeProcessActionPosNmbr
@Nonnull public RecipeProcessElement.RecipeProcessElementBuilder recipeProcessActionPosNmbr(@Nullable String recipeProcessActionPosNmbr) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: RecipeProcessActionPosNmbr
- Returns:
this.
-
build
-
toString
-