Class CustomerSupplierCountry.CustomerSupplierCountryBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.CustomerSupplierCountry.CustomerSupplierCountryBuilder
- Enclosing class:
- CustomerSupplierCountry
Helper class to allow for fluent creation of CustomerSupplierCountry instances.
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataSource(String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10build()Navigation property to_CnsldtnCountryHier for CustomerSupplierCountry to multiple CustomerSupplierCountryHier.cnsldtnCountryT(CustomerSupplierCountryText... value) Navigation property to_CnsldtnCountryT for CustomerSupplierCountry to multiple CustomerSupplierCountryText.(Key Field) Constraints: Not nullable, Maximum length: 3country_Text(String country_Text) Constraints: Not nullable, Maximum length: 50toString()
-
Method Details
-
cnsldtnCountryHier
@Nonnull public CustomerSupplierCountry.CustomerSupplierCountryBuilder cnsldtnCountryHier(CustomerSupplierCountryHier... value) Navigation property to_CnsldtnCountryHier for CustomerSupplierCountry to multiple CustomerSupplierCountryHier.- Parameters:
value- The CustomerSupplierCountryHiers to build this CustomerSupplierCountry with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnCountryT
@Nonnull public CustomerSupplierCountry.CustomerSupplierCountryBuilder cnsldtnCountryT(CustomerSupplierCountryText... value) Navigation property to_CnsldtnCountryT for CustomerSupplierCountry to multiple CustomerSupplierCountryText.- Parameters:
value- The CustomerSupplierCountryTexts to build this CustomerSupplierCountry with.- Returns:
- This Builder to allow for a fluent interface.
-
country
@Nonnull public CustomerSupplierCountry.CustomerSupplierCountryBuilder country(@Nullable String country) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Country
- Returns:
this.
-
country_Text
@Nonnull public CustomerSupplierCountry.CustomerSupplierCountryBuilder country_Text(@Nullable String country_Text) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: Country_Text
- Returns:
this.
-
additionalMasterDataSource
@Nonnull public CustomerSupplierCountry.CustomerSupplierCountryBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AdditionalMasterDataSource
- Returns:
this.
-
build
-
toString
-