Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country.CountryText
Packages that use CountryText
Package
Description
-
Uses of CountryText 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 CountryTextModifier and TypeFieldDescriptionstatic final CountryLink<CountryText>Country.TO_TEXTUse with available fluent helpers to apply the to_Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country that return CountryTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country that return types with arguments of type CountryTextModifier and TypeMethodDescriptionCountry.fetchText()Fetches the CountryText entities (one to many) associated with this entity.protected Class<CountryText>CountryTextByKeyFluentHelper.getEntityClass()protected Class<CountryText>CountryTextFluentHelper.getEntityClass()io.vavr.control.Option<List<CountryText>>Country.getTextIfPresent()Retrieval of associated CountryText entities (one to many).Country.getTextOrFetch()Retrieval of associated CountryText entities (one to many).CountryText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country with parameters of type CountryTextModifier and TypeMethodDescriptionvoidCountry.addText(CountryText... entity) Adds elements to the list of associated CountryText entities.Country.CountryBuilder.text(CountryText... value) Navigation property to_Text for Country to multiple CountryText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country with type arguments of type CountryTextModifier and TypeMethodDescriptionvoidCountry.setText(List<CountryText> value) Overwrites the list of associated CountryText entities for the loaded navigation property to_Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country with type arguments of type CountryText -
Uses of CountryText 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 CountryTextModifier and TypeMethodDescriptionCountryTextOneToOneLink.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 CountryTextModifier and TypeMethodDescriptionprotected CountryTextLink<ObjectT>CountryTextLink.translateLinkType(EntityLink<CountryTextLink<ObjectT>, CountryText, ObjectT> link)