Uses of Class
travel.wink.sdk.analytics.model.BookingLeaderboardEntry
Packages that use BookingLeaderboardEntry
-
Uses of BookingLeaderboardEntry in travel.wink.sdk.analytics.api
Methods in travel.wink.sdk.analytics.api that return types with arguments of type BookingLeaderboardEntryModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingLeaderboardEntry>LeaderboardApi.showLeaderboardByOwner(LeaderboardOwnerRequest leaderboardOwnerRequest, String winkVersion) Show Affiliate Leaderboard Show leaderboard for a specific affiliate.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingLeaderboardEntry>>LeaderboardApi.showLeaderboardByOwnerWithHttpInfo(LeaderboardOwnerRequest leaderboardOwnerRequest, String winkVersion) -
Uses of BookingLeaderboardEntry in travel.wink.sdk.analytics.model
Methods in travel.wink.sdk.analytics.model that return BookingLeaderboardEntryModifier and TypeMethodDescriptionBookingLeaderboardEntry.averageBookingAmount(Double averageBookingAmount) BookingLeaderboardEntry.cityGeoNameId(String cityGeoNameId) BookingLeaderboardEntry.countryGeoNameId(String countryGeoNameId) BookingLeaderboardEntry.currencyCode(String currencyCode) BookingLeaderboardEntry.ownerIdentifier(String ownerIdentifier) BookingLeaderboardEntry.totalPriceAmount(Double totalPriceAmount) Methods in travel.wink.sdk.analytics.model that return types with arguments of type BookingLeaderboardEntryModifier and TypeMethodDescription@Valid List<BookingLeaderboardEntry>PageBookingLeaderboardEntry.getContent()Get contentMethods in travel.wink.sdk.analytics.model with parameters of type BookingLeaderboardEntryModifier and TypeMethodDescriptionPageBookingLeaderboardEntry.addContentItem(BookingLeaderboardEntry contentItem) Method parameters in travel.wink.sdk.analytics.model with type arguments of type BookingLeaderboardEntryModifier and TypeMethodDescriptionPageBookingLeaderboardEntry.content(List<BookingLeaderboardEntry> content) voidPageBookingLeaderboardEntry.setContent(List<BookingLeaderboardEntry> content)