Class RecipeText.RecipeTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.RecipeText.RecipeTextBuilder
- Enclosing class:
- RecipeText
Helper class to allow for fluent creation of RecipeText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Constraints: none(Key Field) Constraints: Not nullable, Maximum length: 2Navigation property to_Recipe for RecipeText to single Recipe.Constraints: Not nullable, Maximum length: 20recipeDescription(String recipeDescription) Constraints: Not nullable, Maximum length: 132recipeLastChangeDateTime(ZonedDateTime recipeLastChangeDateTime) Constraints: Not nullable, Precision: 0recipeUUID(UUID recipeUUID) (Key Field) Constraints: Not nullabletoString()Constraints: none
-
Method Details
-
recipe
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
Constraints: Not nullable, Maximum length: 20Original 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
Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Returns:
this.
-
update_mc
Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Returns:
this.
-
recipeUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: RecipeUUID
- Returns:
this.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
recipeDescription
Constraints: Not nullable, Maximum length: 132Original property name from the Odata EDM: RecipeDescription
- Returns:
this.
-
recipeLastChangeDateTime
@Nonnull public RecipeText.RecipeTextBuilder recipeLastChangeDateTime(@Nullable ZonedDateTime recipeLastChangeDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RecipeLastChangeDateTime
- Returns:
this.
-
build
-
toString
-