Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country.link |
Modifier and Type | Field and Description |
---|---|
static CountryTextOneToOneLink<Country> |
CountryText.TO_COUNTRY
Use with available fluent helpers to apply the to_Country navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Country |
Country.CountryBuilder.build() |
Country |
CountryText.fetchCountry()
Fetches the Country entity (one to one) associated with this entity.
|
Country |
CountryText.getCountryOrFetch()
Retrieval of associated Country entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
Optional<Country> |
CountryText.getCountryIfPresent()
Retrieval of associated Country entity (one to one).
|
protected Class<Country> |
CountryFluentHelper.getEntityClass() |
protected Class<Country> |
CountryByKeyFluentHelper.getEntityClass() |
Class<Country> |
Country.getType() |
Modifier and Type | Method and Description |
---|---|
CountryText.CountryTextBuilder |
CountryText.CountryTextBuilder.country(Country value) |
void |
CountryText.setCountry(Country value)
Overwrites the associated Country entity for the loaded navigation property to_Country.
|
Constructor and Description |
---|
CountryText(String country,
String language,
String countryName,
String nationalityName,
String nationalityLongName,
Country toCountry) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Country> |
CountryOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected CountryLink<ObjectT> |
CountryLink.translateLinkType(EntityLink<CountryLink<ObjectT>,Country,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.