Class CnsldtnBusinessAreaText.CnsldtnBusinessAreaTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationbusinessarea.CnsldtnBusinessAreaText.CnsldtnBusinessAreaTextBuilder
- Enclosing class:
- CnsldtnBusinessAreaText
Helper class to allow for fluent creation of CnsldtnBusinessAreaText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()businessArea(CnsldtnBusinessArea value) Navigation property _BusinessArea for CnsldtnBusinessAreaText to single CnsldtnBusinessArea.businessArea(String value) (Key Field) Constraints: Not nullable, Maximum length: 4businessAreaName(String businessAreaName) Constraints: Not nullable, Maximum length: 30cnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
businessArea
@Nonnull public CnsldtnBusinessAreaText.CnsldtnBusinessAreaTextBuilder businessArea(CnsldtnBusinessArea value) Navigation property _BusinessArea for CnsldtnBusinessAreaText to single CnsldtnBusinessArea.- Parameters:
value- The CnsldtnBusinessArea to build this CnsldtnBusinessAreaText with.- Returns:
- This Builder to allow for a fluent interface.
-
businessArea
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BusinessArea
- Parameters:
value- The businessArea to build this CnsldtnBusinessAreaText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public CnsldtnBusinessAreaText.CnsldtnBusinessAreaTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
businessAreaName
@Nonnull public CnsldtnBusinessAreaText.CnsldtnBusinessAreaTextBuilder businessAreaName(@Nullable String businessAreaName) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: BusinessAreaName
- Returns:
this.
-
cnsldtnIsAdditionalMasterData
@Nonnull public CnsldtnBusinessAreaText.CnsldtnBusinessAreaTextBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
this.
-
build
-
toString
-