Class LeaderboardApi

java.lang.Object
travel.wink.sdk.analytics.api.LeaderboardApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-08T10:43:55.545651496+07:00[Asia/Bangkok]") public class LeaderboardApi extends Object
  • Constructor Details

    • LeaderboardApi

      public LeaderboardApi()
    • LeaderboardApi

      @Autowired public LeaderboardApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • showLeaderboard

      public reactor.core.publisher.Mono<PageBookingLeaderboardEntryNonAuthenticatedEntity> showLeaderboard(LeaderboardRequestNonAuthenticatedEntity leaderboardRequestNonAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Location Leaderboard Show leaderboard based on location type such as continent.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

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

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingLeaderboardEntryNonAuthenticatedEntity>> showLeaderboardWithHttpInfo(LeaderboardRequestNonAuthenticatedEntity leaderboardRequestNonAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Location Leaderboard Show leaderboard based on location type such as continent.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showLeaderboardWithResponseSpec(LeaderboardRequestNonAuthenticatedEntity leaderboardRequestNonAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Location Leaderboard Show leaderboard based on location type such as continent.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

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

      public reactor.core.publisher.Mono<BookingLeaderboardEntryNonAuthenticatedEntity> showLeaderboardByOwner(LeaderboardOwnerRequestNonAuthenticatedEntity leaderboardOwnerRequestNonAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Affiliate Leaderboard Show leaderboard for a specific affiliate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

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

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingLeaderboardEntryNonAuthenticatedEntity>> showLeaderboardByOwnerWithHttpInfo(LeaderboardOwnerRequestNonAuthenticatedEntity leaderboardOwnerRequestNonAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Affiliate Leaderboard Show leaderboard for a specific affiliate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showLeaderboardByOwnerWithResponseSpec(LeaderboardOwnerRequestNonAuthenticatedEntity leaderboardOwnerRequestNonAuthenticatedEntity, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Affiliate Leaderboard Show leaderboard for a specific affiliate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

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