Uses of Class
travel.wink.sdk.lookup.model.LookupConsumer
Packages that use LookupConsumer
-
Uses of LookupConsumer in travel.wink.sdk.lookup.api
Methods in travel.wink.sdk.lookup.api that return types with arguments of type LookupConsumerModifier and TypeMethodDescriptionreactor.core.publisher.Mono<LookupConsumer>LookupApi.oauth2ShowLookup(String urlName, String type, String winkVersion) Show Lookup Show lookup object by its unique url name.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<LookupConsumer>>LookupApi.oauth2ShowLookupWithHttpInfo(String urlName, String type, String winkVersion) Show Lookup Show lookup object by its unique url name. -
Uses of LookupConsumer in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return LookupConsumerModifier and TypeMethodDescriptionLookupConsumer.countryCode(String countryCode) LookupConsumer.countryName(String countryName) LookupConsumer.identifier(UUID identifier) LookupConsumer.languageCode(String languageCode) LookupConsumer.location(GeoJsonPointConsumer location) LookupConsumer.lowercaseName(String lowercaseName) LookupConsumer.ownerIdentifier(UUID ownerIdentifier) LookupConsumer.ownerType(LookupConsumer.OwnerTypeEnum ownerType) LookupConsumer.subCountryName(String subCountryName) LookupConsumer.subSubCountryName(String subSubCountryName) LookupConsumer.type(LookupConsumer.TypeEnum type) LookupConsumer.typeIdentifier(UUID typeIdentifier)