Uses of Class
io.trippay.sdk.payment.model.GeoNameLightweight
Packages that use GeoNameLightweight
-
Uses of GeoNameLightweight in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return GeoNameLightweightModifier and TypeMethodDescriptionGeoNameLightweight.addAlternateCountryCodesItem(String alternateCountryCodesItem) GeoNameLightweight.addAlternateNamesItem(Object alternateNamesItem) GeoNameLightweight.admin1Code(String admin1Code) GeoNameLightweight.admin2Code(String admin2Code) GeoNameLightweight.admin3Code(String admin3Code) GeoNameLightweight.admin4Code(String admin4Code) GeoNameLightweight.alternateCountryCodes(List<String> alternateCountryCodes) GeoNameLightweight.alternateNames(List<Object> alternateNames) GeoNameLightweight.country(CountryLightweight country) GeoNameLightweight.countryCode(String countryCode) GeoNameLightweight.digitalElevationModel(String digitalElevationModel) GeoNameLightweight.featureClass(String featureClass) GeoNameLightweight.featureCode(String featureCode) @NotNull @Valid GeoNameLightweightAddress.getCity()City geo name objectGeoNameLightweight.location(GeoJsonPoint location) GeoNameLightweight.modificationDate(LocalDate modificationDate) GeoNameLightweight.population(Long population) GeoNameLightweight.radiusInMeters(Long radiusInMeters) GeoNameLightweight.subCountry(SubCountryLightweight subCountry) GeoNameLightweight.subSubCountry(SubSubCountryLightweight subSubCountry) GeoNameLightweight.type(GeoNameLightweight.TypeEnum type) Methods in io.trippay.sdk.payment.model with parameters of type GeoNameLightweightModifier and TypeMethodDescriptionAddress.city(GeoNameLightweight city) voidAddress.setCity(GeoNameLightweight city)