Class CnsldtnBusinessAreaText.CnsldtnBusinessAreaTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationcountryorregion.CnsldtnBusinessAreaText.CnsldtnBusinessAreaTextBuilder
- Enclosing class:
- CnsldtnBusinessAreaText
Helper class to allow for fluent creation of CnsldtnBusinessAreaText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullablecountry(CnsldtnCountry value) Navigation property _Country for CnsldtnBusinessAreaText to single CnsldtnCountry.(Key Field) Constraints: Not nullable, Maximum length: 3countryName(String countryName) Constraints: Not nullable, Maximum length: 50(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
country
@Nonnull public CnsldtnBusinessAreaText.CnsldtnBusinessAreaTextBuilder country(CnsldtnCountry value) Navigation property _Country for CnsldtnBusinessAreaText to single CnsldtnCountry.- Parameters:
value- The CnsldtnCountry to build this CnsldtnBusinessAreaText with.- Returns:
- This Builder to allow for a fluent interface.
-
country
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Country
- Parameters:
value- The country 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.
-
countryName
@Nonnull public CnsldtnBusinessAreaText.CnsldtnBusinessAreaTextBuilder countryName(@Nullable String countryName) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: CountryName
- 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
-