Uses of Class
travel.wink.sdk.extranet.model.GeoNameCountry
Packages that use GeoNameCountry
-
Uses of GeoNameCountry in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type GeoNameCountryModifier and TypeMethodDescriptionreactor.core.publisher.Flux<GeoNameCountry>GeoNameApi.showCountries1(String accept) Show all countries List all countries.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<GeoNameCountry>>>GeoNameApi.showCountries1WithHttpInfo(String accept) -
Uses of GeoNameCountry in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return GeoNameCountryModifier and TypeMethodDescriptionGeoNameCountry.continentCode(String continentCode) GeoNameCountry.continentName(String continentName) GeoNameCountry.countryIsoCode(String countryIsoCode) GeoNameCountry.countryName(String countryName) @Valid GeoNameCountryCountryRateQualifier.getCountry()Get country@Valid GeoNameCountryRateTester.getCountry()Get countryMethods in travel.wink.sdk.extranet.model with parameters of type GeoNameCountryModifier and TypeMethodDescriptionCountryRateQualifier.country(GeoNameCountry country) RateTester.country(GeoNameCountry country) voidCountryRateQualifier.setCountry(GeoNameCountry country) voidRateTester.setCountry(GeoNameCountry country)