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

public static final class RecipeText.RecipeTextBuilder extends Object
Helper class to allow for fluent creation of RecipeText instances.
  • Method Details

    • recipe

      @Nonnull public RecipeText.RecipeTextBuilder recipe(Recipe value)
      Navigation property to_Recipe for RecipeText to single Recipe.
      Parameters:
      value - The Recipe to build this RecipeText with.
      Returns:
      This Builder to allow for a fluent interface.
    • recipe

      @Nonnull public RecipeText.RecipeTextBuilder recipe(String value)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: Recipe

      Parameters:
      value - The recipe to build this RecipeText with.
      Returns:
      This Builder to allow for a fluent interface.
    • delete_mc

      @Nonnull public RecipeText.RecipeTextBuilder delete_mc(@Nullable Boolean delete_mc)
      Constraints: none

      Original property name from the Odata EDM: Delete_mc

      Returns:
      this.
    • update_mc

      @Nonnull public RecipeText.RecipeTextBuilder update_mc(@Nullable Boolean update_mc)
      Constraints: none

      Original property name from the Odata EDM: Update_mc

      Returns:
      this.
    • recipeUUID

      @Nonnull public RecipeText.RecipeTextBuilder recipeUUID(@Nullable UUID recipeUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: RecipeUUID

      Returns:
      this.
    • language

      @Nonnull public RecipeText.RecipeTextBuilder language(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      this.
    • recipeDescription

      @Nonnull public RecipeText.RecipeTextBuilder recipeDescription(@Nullable String recipeDescription)
      Constraints: Not nullable, Maximum length: 132

      Original property name from the Odata EDM: RecipeDescription

      Returns:
      this.
    • recipeLastChangeDateTime

      @Nonnull public RecipeText.RecipeTextBuilder recipeLastChangeDateTime(@Nullable ZonedDateTime recipeLastChangeDateTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: RecipeLastChangeDateTime

      Returns:
      this.
    • build

      @Nonnull public RecipeText build()
    • toString

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