Class RecipeProcessParamText.RecipeProcessParamTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.RecipeProcessParamText.RecipeProcessParamTextBuilder
- Enclosing class:
- RecipeProcessParamText
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2recipeProcessParamDesc(String recipeProcessParamDesc) Constraints: Not nullable, Maximum length: 132recipeProcessParamUUID(UUID recipeProcessParamUUID) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
recipeProcessParamUUID
@Nonnull public RecipeProcessParamText.RecipeProcessParamTextBuilder recipeProcessParamUUID(@Nullable UUID recipeProcessParamUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: RecipeProcessParamUUID
- Returns:
this.
-
language
@Nonnull public RecipeProcessParamText.RecipeProcessParamTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
recipeProcessParamDesc
@Nonnull public RecipeProcessParamText.RecipeProcessParamTextBuilder recipeProcessParamDesc(@Nullable String recipeProcessParamDesc) Constraints: Not nullable, Maximum length: 132Original property name from the Odata EDM: RecipeProcessParamDesc
- Returns:
this.
-
build
-
toString
-