Class RecipeProcessParam.RecipeProcessParamBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.RecipeProcessParam.RecipeProcessParamBuilder
Enclosing class:
RecipeProcessParam

public static final class RecipeProcessParam.RecipeProcessParamBuilder extends Object
Helper class to allow for fluent creation of RecipeProcessParam instances.
  • 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 nullable

      Original property name from the Odata EDM: RecipeProcessParamUUID

      Returns:
      this.
    • recipeProcessParam

      @Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParam(@Nullable String recipeProcessParam)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: RecipeProcessParam

      Returns:
      this.
    • recipeProcessParamUnit

      @Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamUnit(@Nullable String recipeProcessParamUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: RecipeProcessParamUnit

      Returns:
      this.
    • recipeProcessParamUnitIsFxd

      @Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamUnitIsFxd(@Nullable Boolean recipeProcessParamUnitIsFxd)
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamUnitIsFxd

      Returns:
      this.
    • recipeProcessParamTgtVal

      @Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamTgtVal(@Nullable String recipeProcessParamTgtVal)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: RecipeProcessParamTgtVal

      Returns:
      this.
    • recipeProcessParamTgtValIsFxd

      @Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamTgtValIsFxd(@Nullable Boolean recipeProcessParamTgtValIsFxd)
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamTgtValIsFxd

      Returns:
      this.
    • recipeProcessParamMinVal

      @Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamMinVal(@Nullable String recipeProcessParamMinVal)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: RecipeProcessParamMinVal

      Returns:
      this.
    • recipeProcessParamMinValIsFxd

      @Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamMinValIsFxd(@Nullable Boolean recipeProcessParamMinValIsFxd)
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamMinValIsFxd

      Returns:
      this.
    • recipeProcessParamMaxVal

      @Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamMaxVal(@Nullable String recipeProcessParamMaxVal)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: RecipeProcessParamMaxVal

      Returns:
      this.
    • recipeProcessParamMaxValIsFxd

      @Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamMaxValIsFxd(@Nullable Boolean recipeProcessParamMaxValIsFxd)
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamMaxValIsFxd

      Returns:
      this.
    • recipeProcessParamDecPlaces

      @Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamDecPlaces(@Nullable String recipeProcessParamDecPlaces)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: RecipeProcessParamDecPlaces

      Returns:
      this.
    • recipeProcessParamGroup

      @Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamGroup(@Nullable String recipeProcessParamGroup)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: RecipeProcessParamGroup

      Returns:
      this.
    • recipeProcessParamClass

      @Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamClass(@Nullable String recipeProcessParamClass)
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: RecipeProcessParamClass

      Returns:
      this.
    • recipeProcessParamIsObsolete

      @Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamIsObsolete(@Nullable Boolean recipeProcessParamIsObsolete)
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamIsObsolete

      Returns:
      this.
    • recipeProcessParamIsDeleted

      @Nonnull public RecipeProcessParam.RecipeProcessParamBuilder recipeProcessParamIsDeleted(@Nullable Boolean recipeProcessParamIsDeleted)
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamIsDeleted

      Returns:
      this.
    • build

      @Nonnull public RecipeProcessParam build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object