public static final class CustomerSupplierCountry.CustomerSupplierCountryBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CustomerSupplierCountry.CustomerSupplierCountryBuilder |
additionalMasterDataSource(String additionalMasterDataSource)
Constraints: Not nullable, Maximum length: 10
|
CustomerSupplierCountry |
build() |
CustomerSupplierCountry.CustomerSupplierCountryBuilder |
cnsldtnCountryHier(CustomerSupplierCountryHier... value)
Navigation property to_CnsldtnCountryHier for CustomerSupplierCountry to multiple
CustomerSupplierCountryHier.
|
CustomerSupplierCountry.CustomerSupplierCountryBuilder |
cnsldtnCountryT(CustomerSupplierCountryText... value)
Navigation property to_CnsldtnCountryT for CustomerSupplierCountry to multiple
CustomerSupplierCountryText.
|
CustomerSupplierCountry.CustomerSupplierCountryBuilder |
country_Text(String country_Text)
Constraints: Not nullable, Maximum length: 50
|
CustomerSupplierCountry.CustomerSupplierCountryBuilder |
country(String country)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
String |
toString() |
@Nonnull public CustomerSupplierCountry.CustomerSupplierCountryBuilder cnsldtnCountryHier(CustomerSupplierCountryHier... value)
value
- The CustomerSupplierCountryHiers to build this CustomerSupplierCountry with.@Nonnull public CustomerSupplierCountry.CustomerSupplierCountryBuilder cnsldtnCountryT(CustomerSupplierCountryText... value)
value
- The CustomerSupplierCountryTexts to build this CustomerSupplierCountry with.@Nonnull public CustomerSupplierCountry.CustomerSupplierCountryBuilder country(@Nullable String country)
Original property name from the Odata EDM: Country
The two-character ISO code in accordance with ISO 3166, which is delivered by SAP as a default, is usually used.It could also be the vehicle license plate country/region code or a typical country/region key, for example, in Germany the Federal statistics office key.The country/region keys are determined at system installation in the global settings.The definition of the country/region keys in the SAP system does not necessarily have to match political or state units.Since the country/region key does not have to correspond to the ISO code in all installations, programs that differ according to certain values of the country/region key cannot query the country/region key T005-LAND1, but have to program based on the ISO code T005 INTCA.
the postal code or bank account number.this
.@Nonnull public CustomerSupplierCountry.CustomerSupplierCountryBuilder country_Text(@Nullable String country_Text)
Original property name from the Odata EDM: Country_Text
this
.@Nonnull public CustomerSupplierCountry.CustomerSupplierCountryBuilder additionalMasterDataSource(@Nullable String additionalMasterDataSource)
Original property name from the Odata EDM: AdditionalMasterDataSource
this
.@Nonnull public CustomerSupplierCountry build()
Copyright © 2021 SAP SE. All rights reserved.