Class CnsldtnCountry.CnsldtnCountryBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.consolidationcountryorregion.CnsldtnCountry.CnsldtnCountryBuilder
- Enclosing class:
- CnsldtnCountry
Helper class to allow for fluent creation of CnsldtnCountry instances.
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()cnsldtnIsAdditionalMasterData(Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 3text(CnsldtnBusinessAreaText... value) Navigation property _Text for CnsldtnCountry to multiple CnsldtnBusinessAreaText.toString()
-
Method Details
-
text
Navigation property _Text for CnsldtnCountry to multiple CnsldtnBusinessAreaText.- Parameters:
value- The CnsldtnBusinessAreaTexts to build this CnsldtnCountry 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
- Returns:
this.
-
cnsldtnIsAdditionalMasterData
@Nonnull public CnsldtnCountry.CnsldtnCountryBuilder cnsldtnIsAdditionalMasterData(@Nullable Boolean cnsldtnIsAdditionalMasterData) Constraints: Not nullableOriginal property name from the Odata EDM: CnsldtnIsAdditionalMasterData
- Returns:
this.
-
_Messages
@Nonnull public CnsldtnCountry.CnsldtnCountryBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-