Class ProductType.ProductTypeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.producttype.ProductType.ProductTypeBuilder
- Enclosing class:
- ProductType
Helper class to allow for fluent creation of ProductType instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()productType(String productType) (Key Field) Constraints: Not nullable, Maximum length: 4productTypeName(String productTypeName) Constraints: Not nullable, Maximum length: 25text(ProductTypeText... value) Navigation property _Text for ProductType to multiple ProductTypeText.toString()
-
Method Details
-
text
Navigation property _Text for ProductType to multiple ProductTypeText.- Parameters:
value- The ProductTypeTexts to build this ProductType with.- Returns:
- This Builder to allow for a fluent interface.
-
productType
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ProductType
- Returns:
this.
-
productTypeName
Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: ProductTypeName
- Returns:
this.
-
build
-
toString
-