Class LeaderboardApi

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-07-21T13:34:06.734669+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<PageBookingLeaderboardEntry> showLeaderboard(LeaderboardRequest leaderboardRequest) 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

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      leaderboardRequest - The leaderboardRequest parameter
      Returns:
      PageBookingLeaderboardEntry
      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<PageBookingLeaderboardEntry>> showLeaderboardWithHttpInfo(LeaderboardRequest leaderboardRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException
    • showLeaderboardByOwner

      public reactor.core.publisher.Mono<BookingLeaderboardEntry> showLeaderboardByOwner(LeaderboardOwnerRequest leaderboardOwnerRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Affiliate Leaderboard Show leaderboard for a specific affiliate.

      503 - Service Unavailable

      400 - Bad Request

      500 - Internal Server Error

      404 - Not Found

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      leaderboardOwnerRequest - The leaderboardOwnerRequest parameter
      Returns:
      BookingLeaderboardEntry
      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<BookingLeaderboardEntry>> showLeaderboardByOwnerWithHttpInfo(LeaderboardOwnerRequest leaderboardOwnerRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException