Class LookupApi

java.lang.Object
travel.wink.sdk.lookup.api.LookupApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-26T20:20:57.458275411+07:00[Asia/Bangkok]", comments="Generator version: 7.13.0") public class LookupApi extends Object
  • Constructor Details

    • LookupApi

      public LookupApi()
    • LookupApi

      @Autowired public LookupApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • scoreInventoryByAgency

      public reactor.core.publisher.Mono<PagePropertyWithBestPriceNonAuthenticatedEntity> scoreInventoryByAgency(@Nonnull AgencyScoreRequestNonAuthenticatedEntity agencyScoreRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Ranked Agency Search Search for hotels represented by a property management agency.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      agencyScoreRequestNonAuthenticatedEntity - The agencyScoreRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      PagePropertyWithBestPriceNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • scoreInventoryByAgencyWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PagePropertyWithBestPriceNonAuthenticatedEntity>> scoreInventoryByAgencyWithHttpInfo(@Nonnull AgencyScoreRequestNonAuthenticatedEntity agencyScoreRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Ranked Agency Search Search for hotels represented by a property management agency.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      agencyScoreRequestNonAuthenticatedEntity - The agencyScoreRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<PagePropertyWithBestPriceNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • scoreInventoryByAgencyWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec scoreInventoryByAgencyWithResponseSpec(@Nonnull AgencyScoreRequestNonAuthenticatedEntity agencyScoreRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Ranked Agency Search Search for hotels represented by a property management agency.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      agencyScoreRequestNonAuthenticatedEntity - The agencyScoreRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • scoreInventoryByCity

      public reactor.core.publisher.Mono<PagePropertyWithBestPriceNonAuthenticatedEntity> scoreInventoryByCity(@Nonnull CityScoreRequestNonAuthenticatedEntity cityScoreRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Ranked City Search Search for hotels in / around a city and order by scoring type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      cityScoreRequestNonAuthenticatedEntity - The cityScoreRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      PagePropertyWithBestPriceNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • scoreInventoryByCityWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PagePropertyWithBestPriceNonAuthenticatedEntity>> scoreInventoryByCityWithHttpInfo(@Nonnull CityScoreRequestNonAuthenticatedEntity cityScoreRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Ranked City Search Search for hotels in / around a city and order by scoring type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      cityScoreRequestNonAuthenticatedEntity - The cityScoreRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<PagePropertyWithBestPriceNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • scoreInventoryByCityWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec scoreInventoryByCityWithResponseSpec(@Nonnull CityScoreRequestNonAuthenticatedEntity cityScoreRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Ranked City Search Search for hotels in / around a city and order by scoring type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      cityScoreRequestNonAuthenticatedEntity - The cityScoreRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • searchByGeoLocation

      public reactor.core.publisher.Mono<PagePropertyWithBestPriceNonAuthenticatedEntity> searchByGeoLocation(@Nonnull MapRequestNonAuthenticatedEntity mapRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      By Geo-Location Search for properties near a point or within bounds. Populate either `request.userSession.location` OR `request.userSession.bounds`.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      mapRequestNonAuthenticatedEntity - The mapRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      PagePropertyWithBestPriceNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • searchByGeoLocationWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PagePropertyWithBestPriceNonAuthenticatedEntity>> searchByGeoLocationWithHttpInfo(@Nonnull MapRequestNonAuthenticatedEntity mapRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      By Geo-Location Search for properties near a point or within bounds. Populate either `request.userSession.location` OR `request.userSession.bounds`.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      mapRequestNonAuthenticatedEntity - The mapRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<PagePropertyWithBestPriceNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • searchByGeoLocationWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec searchByGeoLocationWithResponseSpec(@Nonnull MapRequestNonAuthenticatedEntity mapRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      By Geo-Location Search for properties near a point or within bounds. Populate either `request.userSession.location` OR `request.userSession.bounds`.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      mapRequestNonAuthenticatedEntity - The mapRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • searchInventoryByCity

      public reactor.core.publisher.Mono<PagePropertyWithBestPriceNonAuthenticatedEntity> searchInventoryByCity(@Nonnull CitySearchRequestNonAuthenticatedEntity citySearchRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      City Search Search for hotels in / around a city

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      citySearchRequestNonAuthenticatedEntity - The citySearchRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      PagePropertyWithBestPriceNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • searchInventoryByCityWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PagePropertyWithBestPriceNonAuthenticatedEntity>> searchInventoryByCityWithHttpInfo(@Nonnull CitySearchRequestNonAuthenticatedEntity citySearchRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      City Search Search for hotels in / around a city

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      citySearchRequestNonAuthenticatedEntity - The citySearchRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<PagePropertyWithBestPriceNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • searchInventoryByCityWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec searchInventoryByCityWithResponseSpec(@Nonnull CitySearchRequestNonAuthenticatedEntity citySearchRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      City Search Search for hotels in / around a city

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      citySearchRequestNonAuthenticatedEntity - The citySearchRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • searchScoreByCountry

      public reactor.core.publisher.Mono<PagePropertyWithBestPriceNonAuthenticatedEntity> searchScoreByCountry(@Nonnull CountryScoreRequestNonAuthenticatedEntity countryScoreRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Ranked Country Search Search for hotels in a country and order by scoring type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      countryScoreRequestNonAuthenticatedEntity - The countryScoreRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      PagePropertyWithBestPriceNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • searchScoreByCountryWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PagePropertyWithBestPriceNonAuthenticatedEntity>> searchScoreByCountryWithHttpInfo(@Nonnull CountryScoreRequestNonAuthenticatedEntity countryScoreRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Ranked Country Search Search for hotels in a country and order by scoring type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      countryScoreRequestNonAuthenticatedEntity - The countryScoreRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<PagePropertyWithBestPriceNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • searchScoreByCountryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec searchScoreByCountryWithResponseSpec(@Nonnull CountryScoreRequestNonAuthenticatedEntity countryScoreRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Ranked Country Search Search for hotels in a country and order by scoring type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      countryScoreRequestNonAuthenticatedEntity - The countryScoreRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • searchScoreByGlobal

      public reactor.core.publisher.Mono<PagePropertyWithBestPriceNonAuthenticatedEntity> searchScoreByGlobal(@Nonnull GlobalScoreRequestNonAuthenticatedEntity globalScoreRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Ranked Global Search Search best scoring hotels in the world and order by scoring type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      globalScoreRequestNonAuthenticatedEntity - The globalScoreRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      PagePropertyWithBestPriceNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • searchScoreByGlobalWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PagePropertyWithBestPriceNonAuthenticatedEntity>> searchScoreByGlobalWithHttpInfo(@Nonnull GlobalScoreRequestNonAuthenticatedEntity globalScoreRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Ranked Global Search Search best scoring hotels in the world and order by scoring type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      globalScoreRequestNonAuthenticatedEntity - The globalScoreRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<PagePropertyWithBestPriceNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • searchScoreByGlobalWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec searchScoreByGlobalWithResponseSpec(@Nonnull GlobalScoreRequestNonAuthenticatedEntity globalScoreRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Ranked Global Search Search best scoring hotels in the world and order by scoring type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      globalScoreRequestNonAuthenticatedEntity - The globalScoreRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • searchSuggestions

      public reactor.core.publisher.Flux<LookupCachedNonAuthenticatedEntity> searchSuggestions(@Nonnull String term, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Search Lookups Searches for hotels, cities or countries by the search term.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      term - Search for lookups by this term
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      List<LookupCachedNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • searchSuggestionsWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<LookupCachedNonAuthenticatedEntity>>> searchSuggestionsWithHttpInfo(@Nonnull String term, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Search Lookups Searches for hotels, cities or countries by the search term.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      term - Search for lookups by this term
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<List<LookupCachedNonAuthenticatedEntity>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • searchSuggestionsWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec searchSuggestionsWithResponseSpec(@Nonnull String term, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Search Lookups Searches for hotels, cities or countries by the search term.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      term - Search for lookups by this term
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showHotelAggregatePerCountry

      public reactor.core.publisher.Flux<HotelPerCountryCountNonAuthenticatedEntity> showHotelAggregatePerCountry(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Aggregate Properties by Country Show property count by country.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      List<HotelPerCountryCountNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showHotelAggregatePerCountryWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<HotelPerCountryCountNonAuthenticatedEntity>>> showHotelAggregatePerCountryWithHttpInfo(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Aggregate Properties by Country Show property count by country.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<List<HotelPerCountryCountNonAuthenticatedEntity>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showHotelAggregatePerCountryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showHotelAggregatePerCountryWithResponseSpec(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Aggregate Properties by Country Show property count by country.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showLookup

      public reactor.core.publisher.Mono<LookupLightweightNonAuthenticatedEntity> showLookup(@Nonnull String urlName, @Nonnull String type, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Lookup Show lookup object by its unique url name.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      urlName - Show lookup by unique url name
      type - Filter on type
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      LookupLightweightNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showLookupWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<LookupLightweightNonAuthenticatedEntity>> showLookupWithHttpInfo(@Nonnull String urlName, @Nonnull String type, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Lookup Show lookup object by its unique url name.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      urlName - Show lookup by unique url name
      type - Filter on type
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<LookupLightweightNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showLookupWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showLookupWithResponseSpec(@Nonnull String urlName, @Nonnull String type, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Lookup Show lookup object by its unique url name.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      urlName - Show lookup by unique url name
      type - Filter on type
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API