Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country.field.CountryField
Packages that use CountryField
-
Uses of CountryField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country declared as CountryFieldModifier and TypeFieldDescriptionstatic final CountryField<String>Country.COUNTRYUse with available fluent helpers to apply the Country field to query operations.static final CountryField<String>Country.COUNTRY_CURRENCYUse with available fluent helpers to apply the CountryCurrency field to query operations.static final CountryField<String>Country.COUNTRY_THREE_DIGIT_ISO_CODEUse with available fluent helpers to apply the CountryThreeDigitISOCode field to query operations.static final CountryField<String>Country.COUNTRY_THREE_LETTER_ISO_CODEUse with available fluent helpers to apply the CountryThreeLetterISOCode field to query operations.static final CountryField<String>Country.HARD_CURRENCYUse with available fluent helpers to apply the HardCurrency field to query operations.static final CountryField<String>Country.INDEX_BASED_CURRENCYUse with available fluent helpers to apply the IndexBasedCurrency field to query operations.static final CountryField<String>Country.TAX_CALCULATION_PROCEDUREUse with available fluent helpers to apply the TaxCalculationProcedure field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.country that return CountryFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
CountryField<T>Country.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> CountryField<T>Use with available fluent helpers to apply an extension field to query operations.