Class ProductTypeText.ProductTypeTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.producttype.ProductTypeText.ProductTypeTextBuilder
- Enclosing class:
- ProductTypeText
Helper class to allow for fluent creation of ProductTypeText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2productType(ProductType value) Navigation property _ProductType for ProductTypeText to single ProductType.productType(String value) (Key Field) Constraints: Not nullable, Maximum length: 4productTypeName(String productTypeName) Constraints: Not nullable, Maximum length: 25toString()
-
Method Details
-
productType
Navigation property _ProductType for ProductTypeText to single ProductType.- Parameters:
value- The ProductType to build this ProductTypeText 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
- Parameters:
value- The productType to build this ProductTypeText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
productTypeName
@Nonnull public ProductTypeText.ProductTypeTextBuilder productTypeName(@Nullable String productTypeName) Constraints: Not nullable, Maximum length: 25Original property name from the Odata EDM: ProductTypeName
- Returns:
this.
-
build
-
toString
-