Class RecipeClass.RecipeClassBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.RecipeClass.RecipeClassBuilder
- Enclosing class:
- RecipeClass
Helper class to allow for fluent creation of RecipeClass instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()characteristics(RecipeClassCharc... value) Navigation property to_Characteristics for RecipeClass to multiple RecipeClassCharc.classInternalID(String classInternalID) (Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 3keyDate(LocalDateTime keyDate) Constraints: Not nullable, Precision: 0recipeUUID(UUID recipeUUID) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
characteristics
Navigation property to_Characteristics for RecipeClass to multiple RecipeClassCharc.- Parameters:
value- The RecipeClassCharcs to build this RecipeClass with.- Returns:
- This Builder to allow for a fluent interface.
-
recipeUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: RecipeUUID
- Returns:
this.
-
classInternalID
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ClassInternalID
- Returns:
this.
-
keyDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: KeyDate
- Returns:
this.
-
classType
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: ClassType
- Returns:
this.
-
build
-
toString
-