Uses of Class
com.duffel.sdk.model.GetPlaceSuggestions200Response
Packages that use GetPlaceSuggestions200Response
-
Uses of GetPlaceSuggestions200Response in com.duffel.sdk.api
Methods in com.duffel.sdk.api that return types with arguments of type GetPlaceSuggestions200ResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<GetPlaceSuggestions200Response> PlacesApi.getPlaceSuggestions(String accept, String duffelVersion, String acceptEncoding, String query) List Place suggestions Retrieves a list of Places whose airport/city/country name or IATA code match the provided query.reactor.core.publisher.Mono<GetPlaceSuggestions200Response> SupportingResourcesApi.getPlaceSuggestions(String accept, String duffelVersion, String acceptEncoding, String query) List Place suggestions Retrieves a list of Places whose airport/city/country name or IATA code match the provided query.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetPlaceSuggestions200Response>> PlacesApi.getPlaceSuggestionsWithHttpInfo(String accept, String duffelVersion, String acceptEncoding, String query) List Place suggestions Retrieves a list of Places whose airport/city/country name or IATA code match the provided query.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetPlaceSuggestions200Response>> SupportingResourcesApi.getPlaceSuggestionsWithHttpInfo(String accept, String duffelVersion, String acceptEncoding, String query) List Place suggestions Retrieves a list of Places whose airport/city/country name or IATA code match the provided query. -
Uses of GetPlaceSuggestions200Response in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return GetPlaceSuggestions200Response