Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country.field.CountryTextField
Packages that use CountryTextField
-
Uses of CountryTextField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country declared as CountryTextFieldModifier and TypeFieldDescriptionstatic final CountryTextField<String>CountryText.COUNTRYUse with available fluent helpers to apply the Country field to query operations.static final CountryTextField<String>CountryText.COUNTRY_NAMEUse with available fluent helpers to apply the CountryName field to query operations.static final CountryTextField<String>CountryText.LANGUAGEUse with available fluent helpers to apply the Language field to query operations.static final CountryTextField<String>CountryText.NATIONALITY_LONG_NAMEUse with available fluent helpers to apply the NationalityLongName field to query operations.static final CountryTextField<String>CountryText.NATIONALITY_NAMEUse with available fluent helpers to apply the NationalityName field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country that return CountryTextFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
CountryTextField<T>CountryText.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> CountryTextField<T>Use with available fluent helpers to apply an extension field to query operations.