Class RecipeProcessElementText.RecipeProcessElementTextBuilder
- Enclosing class:
- RecipeProcessElementText
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Constraints: none(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 20recipeLastChangeDateTime(ZonedDateTime recipeLastChangeDateTime) Constraints: Not nullable, Precision: 0recipeProcessActionPosNmbr(String recipeProcessActionPosNmbr) Constraints: Not nullable, Maximum length: 4Navigation property to_RecipeProcessElement for RecipeProcessElementText to single RecipeProcessElement.recipeProcessElementDesc(String recipeProcessElementDesc) Constraints: Not nullable, Maximum length: 132recipeProcessElementUUID(UUID recipeProcessElementUUID) (Key Field) Constraints: Not nullablerecipeProcessOperationPosNmbr(String recipeProcessOperationPosNmbr) Constraints: Not nullable, Maximum length: 4recipeProcessStagePosNmbr(String recipeProcessStagePosNmbr) Constraints: Not nullable, Maximum length: 4recipeProcessUUID(UUID recipeProcessUUID) Constraints: nonerecipeUUID(UUID recipeUUID) Constraints: nonetoString()Constraints: none
-
Method Details
-
recipeProcessElement
@Nonnull public RecipeProcessElementText.RecipeProcessElementTextBuilder recipeProcessElement(RecipeProcessElement value) Navigation property to_RecipeProcessElement for RecipeProcessElementText to single RecipeProcessElement.- Parameters:
value- The RecipeProcessElement to build this RecipeProcessElementText with.- Returns:
- This Builder to allow for a fluent interface.
-
delete_mc
@Nonnull public RecipeProcessElementText.RecipeProcessElementTextBuilder delete_mc(@Nullable Boolean delete_mc) Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Returns:
this.
-
update_mc
@Nonnull public RecipeProcessElementText.RecipeProcessElementTextBuilder update_mc(@Nullable Boolean update_mc) Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Returns:
this.
-
recipeProcessElementUUID
@Nonnull public RecipeProcessElementText.RecipeProcessElementTextBuilder recipeProcessElementUUID(@Nullable UUID recipeProcessElementUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: RecipeProcessElementUUID
- Returns:
this.
-
language
@Nonnull public RecipeProcessElementText.RecipeProcessElementTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
recipeProcessUUID
@Nonnull public RecipeProcessElementText.RecipeProcessElementTextBuilder recipeProcessUUID(@Nullable UUID recipeProcessUUID) Constraints: noneOriginal property name from the Odata EDM: RecipeProcessUUID
- Returns:
this.
-
recipeProcessElementDesc
@Nonnull public RecipeProcessElementText.RecipeProcessElementTextBuilder recipeProcessElementDesc(@Nullable String recipeProcessElementDesc) Constraints: Not nullable, Maximum length: 132Original property name from the Odata EDM: RecipeProcessElementDesc
- Returns:
this.
-
recipeLastChangeDateTime
@Nonnull public RecipeProcessElementText.RecipeProcessElementTextBuilder recipeLastChangeDateTime(@Nullable ZonedDateTime recipeLastChangeDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RecipeLastChangeDateTime
- Returns:
this.
-
recipeUUID
@Nonnull public RecipeProcessElementText.RecipeProcessElementTextBuilder recipeUUID(@Nullable UUID recipeUUID) Constraints: noneOriginal property name from the Odata EDM: RecipeUUID
- Returns:
this.
-
recipe
@Nonnull public RecipeProcessElementText.RecipeProcessElementTextBuilder recipe(@Nullable String recipe) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: Recipe
- Returns:
this.
-
recipeProcessStagePosNmbr
@Nonnull public RecipeProcessElementText.RecipeProcessElementTextBuilder recipeProcessStagePosNmbr(@Nullable String recipeProcessStagePosNmbr) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: RecipeProcessStagePosNmbr
- Returns:
this.
-
recipeProcessOperationPosNmbr
@Nonnull public RecipeProcessElementText.RecipeProcessElementTextBuilder recipeProcessOperationPosNmbr(@Nullable String recipeProcessOperationPosNmbr) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: RecipeProcessOperationPosNmbr
- Returns:
this.
-
recipeProcessActionPosNmbr
@Nonnull public RecipeProcessElementText.RecipeProcessElementTextBuilder recipeProcessActionPosNmbr(@Nullable String recipeProcessActionPosNmbr) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: RecipeProcessActionPosNmbr
- Returns:
this.
-
build
-
toString
-