Class RecipeProcessParamValueTxt.RecipeProcessParamValueTxtBuilder
- Enclosing class:
- RecipeProcessParamValueTxt
-
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: 4recipeProcessEquipRqmtPosNmbr(String recipeProcessEquipRqmtPosNmbr) Constraints: Not nullable, Maximum length: 4recipeProcessOperationPosNmbr(String recipeProcessOperationPosNmbr) Constraints: Not nullable, Maximum length: 4recipeProcessParamSqncNmbr(String recipeProcessParamSqncNmbr) Constraints: Not nullable, Maximum length: 4Navigation property to_RecipeProcessParamValue for RecipeProcessParamValueTxt to single RecipeProcessParamValue.recipeProcessParamValueDesc(String recipeProcessParamValueDesc) Constraints: Not nullable, Maximum length: 132recipeProcessParamValUUID(UUID recipeProcessParamValUUID) (Key Field) Constraints: Not nullablerecipeProcessStagePosNmbr(String recipeProcessStagePosNmbr) Constraints: Not nullable, Maximum length: 4recipeProcessUUID(UUID recipeProcessUUID) Constraints: nonerecipeUUID(UUID recipeUUID) Constraints: nonetoString()Constraints: none
-
Method Details
-
recipeProcessParamValue
@Nonnull public RecipeProcessParamValueTxt.RecipeProcessParamValueTxtBuilder recipeProcessParamValue(RecipeProcessParamValue value) Navigation property to_RecipeProcessParamValue for RecipeProcessParamValueTxt to single RecipeProcessParamValue.- Parameters:
value- The RecipeProcessParamValue to build this RecipeProcessParamValueTxt with.- Returns:
- This Builder to allow for a fluent interface.
-
delete_mc
@Nonnull public RecipeProcessParamValueTxt.RecipeProcessParamValueTxtBuilder delete_mc(@Nullable Boolean delete_mc) Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Returns:
this.
-
update_mc
@Nonnull public RecipeProcessParamValueTxt.RecipeProcessParamValueTxtBuilder update_mc(@Nullable Boolean update_mc) Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Returns:
this.
-
recipeProcessParamValUUID
@Nonnull public RecipeProcessParamValueTxt.RecipeProcessParamValueTxtBuilder recipeProcessParamValUUID(@Nullable UUID recipeProcessParamValUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: RecipeProcessParamValUUID
- Returns:
this.
-
language
@Nonnull public RecipeProcessParamValueTxt.RecipeProcessParamValueTxtBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
recipeProcessUUID
@Nonnull public RecipeProcessParamValueTxt.RecipeProcessParamValueTxtBuilder recipeProcessUUID(@Nullable UUID recipeProcessUUID) Constraints: noneOriginal property name from the Odata EDM: RecipeProcessUUID
- Returns:
this.
-
recipeProcessParamValueDesc
@Nonnull public RecipeProcessParamValueTxt.RecipeProcessParamValueTxtBuilder recipeProcessParamValueDesc(@Nullable String recipeProcessParamValueDesc) Constraints: Not nullable, Maximum length: 132Original property name from the Odata EDM: RecipeProcessParamValueDesc
- Returns:
this.
-
recipeLastChangeDateTime
@Nonnull public RecipeProcessParamValueTxt.RecipeProcessParamValueTxtBuilder recipeLastChangeDateTime(@Nullable ZonedDateTime recipeLastChangeDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RecipeLastChangeDateTime
- Returns:
this.
-
recipeUUID
@Nonnull public RecipeProcessParamValueTxt.RecipeProcessParamValueTxtBuilder recipeUUID(@Nullable UUID recipeUUID) Constraints: noneOriginal property name from the Odata EDM: RecipeUUID
- Returns:
this.
-
recipe
@Nonnull public RecipeProcessParamValueTxt.RecipeProcessParamValueTxtBuilder recipe(@Nullable String recipe) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: Recipe
- Returns:
this.
-
recipeProcessEquipRqmtPosNmbr
@Nonnull public RecipeProcessParamValueTxt.RecipeProcessParamValueTxtBuilder recipeProcessEquipRqmtPosNmbr(@Nullable String recipeProcessEquipRqmtPosNmbr) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: RecipeProcessEquipRqmtPosNmbr
- Returns:
this.
-
recipeProcessStagePosNmbr
@Nonnull public RecipeProcessParamValueTxt.RecipeProcessParamValueTxtBuilder recipeProcessStagePosNmbr(@Nullable String recipeProcessStagePosNmbr) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: RecipeProcessStagePosNmbr
- Returns:
this.
-
recipeProcessOperationPosNmbr
@Nonnull public RecipeProcessParamValueTxt.RecipeProcessParamValueTxtBuilder recipeProcessOperationPosNmbr(@Nullable String recipeProcessOperationPosNmbr) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: RecipeProcessOperationPosNmbr
- Returns:
this.
-
recipeProcessActionPosNmbr
@Nonnull public RecipeProcessParamValueTxt.RecipeProcessParamValueTxtBuilder recipeProcessActionPosNmbr(@Nullable String recipeProcessActionPosNmbr) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: RecipeProcessActionPosNmbr
- Returns:
this.
-
recipeProcessParamSqncNmbr
@Nonnull public RecipeProcessParamValueTxt.RecipeProcessParamValueTxtBuilder recipeProcessParamSqncNmbr(@Nullable String recipeProcessParamSqncNmbr) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: RecipeProcessParamSqncNmbr
- Returns:
this.
-
build
-
toString
-