public static class RecipeProcessParamText.RecipeProcessParamTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
RecipeProcessParamText |
build() |
RecipeProcessParamText.RecipeProcessParamTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
RecipeProcessParamText.RecipeProcessParamTextBuilder |
recipeProcessParamDesc(String recipeProcessParamDesc)
Constraints: Not nullable, Maximum length: 132
|
RecipeProcessParamText.RecipeProcessParamTextBuilder |
recipeProcessParamUUID(UUID recipeProcessParamUUID)
(Key Field) Constraints: Not nullable
|
String |
toString() |
@Nonnull public RecipeProcessParamText.RecipeProcessParamTextBuilder recipeProcessParamUUID(@Nullable UUID recipeProcessParamUUID)
Original property name from the Odata EDM: RecipeProcessParamUUID
this
.@Nonnull public RecipeProcessParamText.RecipeProcessParamTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
this
.@Nonnull public RecipeProcessParamText.RecipeProcessParamTextBuilder recipeProcessParamDesc(@Nullable String recipeProcessParamDesc)
Original property name from the Odata EDM: RecipeProcessParamDesc
this
.@Nonnull public RecipeProcessParamText build()
Copyright © 2020 SAP SE. All rights reserved.