Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country.Country
Packages that use Country
Package
Description
-
Uses of Country in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country with type parameters of type CountryModifier and TypeFieldDescriptionstatic final CountryTextOneToOneLink<Country>CountryText.TO_COUNTRYUse with available fluent helpers to apply the to_Country navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country that return CountryModifier and TypeMethodDescriptionCountry.CountryBuilder.build()CountryText.fetchCountry()Fetches the Country entity (one to one) associated with this entity.CountryText.getCountryOrFetch()Retrieval of associated Country entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country that return types with arguments of type CountryModifier and TypeMethodDescriptionio.vavr.control.Option<Country>CountryText.getCountryIfPresent()Retrieval of associated Country entity (one to one).CountryByKeyFluentHelper.getEntityClass()CountryFluentHelper.getEntityClass()Country.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country with parameters of type CountryModifier and TypeMethodDescriptionNavigation property to_Country for CountryText to single Country.voidCountryText.setCountry(Country value) Overwrites the associated Country entity for the loaded navigation property to_Country.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country with parameters of type Country -
Uses of Country in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country.link that return types with arguments of type CountryModifier and TypeMethodDescriptionCountryOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country.link with type arguments of type CountryModifier and TypeMethodDescriptionprotected CountryLink<ObjectT>CountryLink.translateLinkType(EntityLink<CountryLink<ObjectT>, Country, ObjectT> link)