Package travel.wink.sdk.analytics.api
Class LeaderboardApi
java.lang.Object
travel.wink.sdk.analytics.api.LeaderboardApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-05T21:40:37.594002361+07:00[Asia/Bangkok]")
public class LeaderboardApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<PageBookingLeaderboardEntryNonAuthenticatedEntity> showLeaderboard(LeaderboardRequestNonAuthenticatedEntity leaderboardRequestNonAuthenticatedEntity, String winkVersion) Show Location Leaderboard Show leaderboard based on location type such as continent.reactor.core.publisher.Mono<BookingLeaderboardEntryNonAuthenticatedEntity> showLeaderboardByOwner(LeaderboardOwnerRequestNonAuthenticatedEntity leaderboardOwnerRequestNonAuthenticatedEntity, String winkVersion) Show Affiliate Leaderboard Show leaderboard for a specific affiliate.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingLeaderboardEntryNonAuthenticatedEntity>> showLeaderboardByOwnerWithHttpInfo(LeaderboardOwnerRequestNonAuthenticatedEntity leaderboardOwnerRequestNonAuthenticatedEntity, String winkVersion) Show Affiliate Leaderboard Show leaderboard for a specific affiliate.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowLeaderboardByOwnerWithResponseSpec(LeaderboardOwnerRequestNonAuthenticatedEntity leaderboardOwnerRequestNonAuthenticatedEntity, String winkVersion) Show Affiliate Leaderboard Show leaderboard for a specific affiliate.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingLeaderboardEntryNonAuthenticatedEntity>> showLeaderboardWithHttpInfo(LeaderboardRequestNonAuthenticatedEntity leaderboardRequestNonAuthenticatedEntity, String winkVersion) Show Location Leaderboard Show leaderboard based on location type such as continent.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowLeaderboardWithResponseSpec(LeaderboardRequestNonAuthenticatedEntity leaderboardRequestNonAuthenticatedEntity, String winkVersion) Show Location Leaderboard Show leaderboard based on location type such as continent.
-
Constructor Details
-
LeaderboardApi
public LeaderboardApi() -
LeaderboardApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
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.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
leaderboardRequestNonAuthenticatedEntity- The leaderboardRequestNonAuthenticatedEntity parameterwinkVersion- 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.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
leaderboardRequestNonAuthenticatedEntity- The leaderboardRequestNonAuthenticatedEntity parameterwinkVersion- 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.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
leaderboardRequestNonAuthenticatedEntity- The leaderboardRequestNonAuthenticatedEntity parameterwinkVersion- 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.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
leaderboardOwnerRequestNonAuthenticatedEntity- The leaderboardOwnerRequestNonAuthenticatedEntity parameterwinkVersion- 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.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
leaderboardOwnerRequestNonAuthenticatedEntity- The leaderboardOwnerRequestNonAuthenticatedEntity parameterwinkVersion- 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.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
leaderboardOwnerRequestNonAuthenticatedEntity- The leaderboardOwnerRequestNonAuthenticatedEntity parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-