Uses of Class
travel.wink.sdk.lookup.model.LookupCached
Packages that use LookupCached
-
Uses of LookupCached in travel.wink.sdk.lookup.api
Methods in travel.wink.sdk.lookup.api that return types with arguments of type LookupCachedModifier and TypeMethodDescriptionreactor.core.publisher.Flux<LookupCached>LookupApi.oauth2SearchSuggestions(String term, String winkVersion) Search Lookups Searches for hotels, cities or countries by the search term.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<LookupCached>>>LookupApi.oauth2SearchSuggestionsWithHttpInfo(String term, String winkVersion) -
Uses of LookupCached in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return LookupCachedModifier and TypeMethodDescriptionLookupCached.countryCode(String countryCode) LookupCached.countryName(String countryName) LookupCached.identifier(UUID identifier) LookupCached.languageCode(String languageCode) LookupCached.location(GeoJsonPoint location) LookupCached.lowercaseName(String lowercaseName) LookupCached.ownerIdentifier(UUID ownerIdentifier) LookupCached.ownerType(LookupCached.OwnerTypeEnum ownerType) LookupCached.subCountryName(String subCountryName) LookupCached.subSubCountryName(String subSubCountryName) LookupCached.type(LookupCached.TypeEnum type) LookupCached.typeIdentifier(UUID typeIdentifier)