Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country |
Modifier and Type | Field and Description |
---|---|
static CountryLink<CountryText> |
Country.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
CountryText |
CountryText.CountryTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<CountryText> |
Country.fetchText()
Fetches the CountryText entities (one to many) associated with this entity.
|
protected Class<CountryText> |
CountryTextByKeyFluentHelper.getEntityClass() |
protected Class<CountryText> |
CountryTextFluentHelper.getEntityClass() |
Optional<List<CountryText>> |
Country.getTextIfPresent()
Retrieval of associated CountryText entities (one to many).
|
List<CountryText> |
Country.getTextOrFetch()
Retrieval of associated CountryText entities (one to many).
|
Class<CountryText> |
CountryText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Country.addText(CountryText... entity)
Adds elements to the list of associated CountryText entities.
|
Country.CountryBuilder |
Country.CountryBuilder.text(CountryText... value) |
Modifier and Type | Method and Description |
---|---|
void |
Country.setText(List<CountryText> value)
Overwrites the list of associated CountryText entities for the loaded navigation property to_Text.
|
protected CountryTextLink<ObjectT> |
CountryTextLink.translateLinkType(EntityLink<CountryTextLink<ObjectT>,CountryText,ObjectT> link) |
Constructor and Description |
---|
Country(String country,
String countryCurrency,
String indexBasedCurrency,
String hardCurrency,
String taxCalculationProcedure,
String countryThreeLetterISOCode,
String countryThreeDigitISOCode,
ErpConfigContext erpConfigContext,
List<CountryText> toText) |
Copyright © 2018 SAP SE. All rights reserved.