public static final class RecipeText.RecipeTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
RecipeText |
build() |
RecipeText.RecipeTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
RecipeText.RecipeTextBuilder |
recipe(Recipe value)
Navigation property to_Recipe for RecipeText to single Recipe.
|
RecipeText.RecipeTextBuilder |
recipe(String value)
Constraints: Not nullable, Maximum length: 20
|
RecipeText.RecipeTextBuilder |
recipeDescription(String recipeDescription)
Constraints: Not nullable, Maximum length: 132
|
RecipeText.RecipeTextBuilder |
recipeLastChangeDateTime(ZonedDateTime recipeLastChangeDateTime)
Constraints: Not nullable, Precision: 0
|
RecipeText.RecipeTextBuilder |
recipeUUID(UUID recipeUUID)
(Key Field) Constraints: Not nullable
|
String |
toString() |
@Nonnull public RecipeText.RecipeTextBuilder recipe(Recipe value)
value
- The Recipe to build this RecipeText with.@Nonnull public RecipeText.RecipeTextBuilder recipe(String value)
Original property name from the Odata EDM: Recipe
value
- The recipe to build this RecipeText with.@Nonnull public RecipeText.RecipeTextBuilder recipeUUID(@Nullable UUID recipeUUID)
Original property name from the Odata EDM: RecipeUUID
this
.@Nonnull public RecipeText.RecipeTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
this
.@Nonnull public RecipeText.RecipeTextBuilder recipeDescription(@Nullable String recipeDescription)
Original property name from the Odata EDM: RecipeDescription
this
.@Nonnull public RecipeText.RecipeTextBuilder recipeLastChangeDateTime(@Nullable ZonedDateTime recipeLastChangeDateTime)
Original property name from the Odata EDM: RecipeLastChangeDateTime
this
.@Nonnull public RecipeText build()
Copyright © 2021 SAP SE. All rights reserved.