Class LeaderboardApi
-
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.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 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.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 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.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 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.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 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.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 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.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 parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-