Class CnsldtnProductText.CnsldtnProductTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationproduct.CnsldtnProductText.CnsldtnProductTextBuilder
- Enclosing class:
- CnsldtnProductText
Helper class to allow for fluent creation of CnsldtnProductText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 2product(CnsldtnProduct value) Navigation property _Product for CnsldtnProductText to single CnsldtnProduct.(Key Field) Constraints: Not nullable, Maximum length: 18productName(String productName) Constraints: Not nullable, Maximum length: 40toString()
-
Method Details
-
product
Navigation property _Product for CnsldtnProductText to single CnsldtnProduct.- Parameters:
value- The CnsldtnProduct to build this CnsldtnProductText with.- Returns:
- This Builder to allow for a fluent interface.
-
product
(Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Product
- Parameters:
value- The product to build this CnsldtnProductText 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.
-
productName
@Nonnull public CnsldtnProductText.CnsldtnProductTextBuilder productName(@Nullable String productName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ProductName
- Returns:
this.
-
cnsldtnIsAdditionalMasterData
@Nonnull public CnsldtnProductText.CnsldtnProductTextBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
this.
-
build
-
toString
-