Class RecipeProcessParam.RecipeProcessParamBuilder
- Enclosing class:
- RecipeProcessParam
-
Method Summary
Modifier and TypeMethodDescriptionbuild()recipeProcessParam(String recipeProcessParam) Constraints: Not nullable, Maximum length: 30recipeProcessParamClass(String recipeProcessParamClass) Constraints: Not nullable, Maximum length: 18recipeProcessParamDecPlaces(String recipeProcessParamDecPlaces) Constraints: Not nullable, Maximum length: 2recipeProcessParamDesc(RecipeProcessParamText... value) Navigation property to_RecipeProcessParamDesc for RecipeProcessParam to multiple RecipeProcessParamText.recipeProcessParamGroup(String recipeProcessParamGroup) Constraints: Not nullable, Maximum length: 20recipeProcessParamIsDeleted(Boolean recipeProcessParamIsDeleted) Constraints: nonerecipeProcessParamIsObsolete(Boolean recipeProcessParamIsObsolete) Constraints: nonerecipeProcessParamMaxVal(String recipeProcessParamMaxVal) Constraints: Not nullable, Maximum length: 30recipeProcessParamMaxValIsFxd(Boolean recipeProcessParamMaxValIsFxd) Constraints: nonerecipeProcessParamMinVal(String recipeProcessParamMinVal) Constraints: Not nullable, Maximum length: 30recipeProcessParamMinValIsFxd(Boolean recipeProcessParamMinValIsFxd) Constraints: nonerecipeProcessParamTgtVal(String recipeProcessParamTgtVal) Constraints: Not nullable, Maximum length: 30recipeProcessParamTgtValIsFxd(Boolean recipeProcessParamTgtValIsFxd) Constraints: nonerecipeProcessParamUnit(String recipeProcessParamUnit) Constraints: Not nullable, Maximum length: 3recipeProcessParamUnitIsFxd(Boolean recipeProcessParamUnitIsFxd) Constraints: nonerecipeProcessParamUUID(UUID recipeProcessParamUUID) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
recipeProcessParamDesc
@Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamDesc(RecipeProcessParamText... value) Navigation property to_RecipeProcessParamDesc for RecipeProcessParam to multiple RecipeProcessParamText.- Parameters:
value- The RecipeProcessParamTexts to build this RecipeProcessParam with.- Returns:
- This Builder to allow for a fluent interface.
-
recipeProcessParamUUID
@Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamUUID(@Nullable UUID recipeProcessParamUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: RecipeProcessParamUUID
- Returns:
this.
-
recipeProcessParam
@Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParam(@Nullable String recipeProcessParam) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: RecipeProcessParam
- Returns:
this.
-
recipeProcessParamUnit
@Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamUnit(@Nullable String recipeProcessParamUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: RecipeProcessParamUnit
- Returns:
this.
-
recipeProcessParamUnitIsFxd
@Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamUnitIsFxd(@Nullable Boolean recipeProcessParamUnitIsFxd) Constraints: noneOriginal property name from the Odata EDM: RecipeProcessParamUnitIsFxd
- Returns:
this.
-
recipeProcessParamTgtVal
@Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamTgtVal(@Nullable String recipeProcessParamTgtVal) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: RecipeProcessParamTgtVal
- Returns:
this.
-
recipeProcessParamTgtValIsFxd
@Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamTgtValIsFxd(@Nullable Boolean recipeProcessParamTgtValIsFxd) Constraints: noneOriginal property name from the Odata EDM: RecipeProcessParamTgtValIsFxd
- Returns:
this.
-
recipeProcessParamMinVal
@Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamMinVal(@Nullable String recipeProcessParamMinVal) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: RecipeProcessParamMinVal
- Returns:
this.
-
recipeProcessParamMinValIsFxd
@Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamMinValIsFxd(@Nullable Boolean recipeProcessParamMinValIsFxd) Constraints: noneOriginal property name from the Odata EDM: RecipeProcessParamMinValIsFxd
- Returns:
this.
-
recipeProcessParamMaxVal
@Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamMaxVal(@Nullable String recipeProcessParamMaxVal) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: RecipeProcessParamMaxVal
- Returns:
this.
-
recipeProcessParamMaxValIsFxd
@Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamMaxValIsFxd(@Nullable Boolean recipeProcessParamMaxValIsFxd) Constraints: noneOriginal property name from the Odata EDM: RecipeProcessParamMaxValIsFxd
- Returns:
this.
-
recipeProcessParamDecPlaces
@Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamDecPlaces(@Nullable String recipeProcessParamDecPlaces) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: RecipeProcessParamDecPlaces
- Returns:
this.
-
recipeProcessParamGroup
@Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamGroup(@Nullable String recipeProcessParamGroup) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: RecipeProcessParamGroup
- Returns:
this.
-
recipeProcessParamClass
@Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamClass(@Nullable String recipeProcessParamClass) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: RecipeProcessParamClass
- Returns:
this.
-
recipeProcessParamIsObsolete
@Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamIsObsolete(@Nullable Boolean recipeProcessParamIsObsolete) Constraints: noneOriginal property name from the Odata EDM: RecipeProcessParamIsObsolete
- Returns:
this.
-
recipeProcessParamIsDeleted
@Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamIsDeleted(@Nullable Boolean recipeProcessParamIsDeleted) Constraints: noneOriginal property name from the Odata EDM: RecipeProcessParamIsDeleted
- Returns:
this.
-
build
-
toString
-