Modifier and Type | Method and Description |
---|---|
Country |
build() |
Country.CountryBuilder |
country(String country)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
Country.CountryBuilder |
countryCurrency(String countryCurrency)
Constraints: Not nullable, Maximum length: 5
|
Country.CountryBuilder |
countryThreeDigitISOCode(String countryThreeDigitISOCode)
Constraints: Not nullable, Maximum length: 3
|
Country.CountryBuilder |
countryThreeLetterISOCode(String countryThreeLetterISOCode)
Constraints: Not nullable, Maximum length: 3
|
Country.CountryBuilder |
hardCurrency(String hardCurrency)
Constraints: Not nullable, Maximum length: 5
|
Country.CountryBuilder |
indexBasedCurrency(String indexBasedCurrency)
Constraints: Not nullable, Maximum length: 5
|
Country.CountryBuilder |
taxCalculationProcedure(String taxCalculationProcedure)
Constraints: Not nullable, Maximum length: 6
|
Country.CountryBuilder |
text(CountryText... value)
Navigation property to_Text for Country to multiple CountryText.
|
String |
toString() |
@Nonnull public Country.CountryBuilder text(CountryText... value)
value
- The CountryTexts to build this Country with.@Nonnull public Country.CountryBuilder country(@Nullable String country)
Original property name from the Odata EDM: Country
this
.@Nonnull public Country.CountryBuilder countryCurrency(@Nullable String countryCurrency)
Original property name from the Odata EDM: CountryCurrency
this
.@Nonnull public Country.CountryBuilder indexBasedCurrency(@Nullable String indexBasedCurrency)
Original property name from the Odata EDM: IndexBasedCurrency
this
.@Nonnull public Country.CountryBuilder hardCurrency(@Nullable String hardCurrency)
Original property name from the Odata EDM: HardCurrency
this
.@Nonnull public Country.CountryBuilder taxCalculationProcedure(@Nullable String taxCalculationProcedure)
Original property name from the Odata EDM: TaxCalculationProcedure
this
.@Nonnull public Country.CountryBuilder countryThreeLetterISOCode(@Nullable String countryThreeLetterISOCode)
Original property name from the Odata EDM: CountryThreeLetterISOCode
this
.@Nonnull public Country.CountryBuilder countryThreeDigitISOCode(@Nullable String countryThreeDigitISOCode)
Original property name from the Odata EDM: CountryThreeDigitISOCode
this
.Copyright © 2021 SAP SE. All rights reserved.