Uses of Class
travel.wink.sdk.affiliate.model.BookingViewAffiliate
Packages that use BookingViewAffiliate
-
Uses of BookingViewAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type BookingViewAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingViewAffiliate>BookingsApi.showBookingForEngine(String companyIdentifier, String bookingIdentifier, String winkVersion) Show Booking Show a booking record by its identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingViewAffiliate>>BookingsApi.showBookingForEngineWithHttpInfo(String companyIdentifier, String bookingIdentifier, String winkVersion) Show Booking Show a booking record by its identifier. -
Uses of BookingViewAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return BookingViewAffiliateModifier and TypeMethodDescriptionBookingViewAffiliate.booking(BookingAffiliate booking) BookingViewAffiliate.createdDate(LocalDateTime createdDate) BookingViewAffiliate.lastUpdate(LocalDateTime lastUpdate) Methods in travel.wink.sdk.affiliate.model that return types with arguments of type BookingViewAffiliateModifier and TypeMethodDescription@Valid List<BookingViewAffiliate>PageBookingViewAffiliate.getContent()Get contentMethods in travel.wink.sdk.affiliate.model with parameters of type BookingViewAffiliateModifier and TypeMethodDescriptionPageBookingViewAffiliate.addContentItem(BookingViewAffiliate contentItem) Method parameters in travel.wink.sdk.affiliate.model with type arguments of type BookingViewAffiliateModifier and TypeMethodDescriptionPageBookingViewAffiliate.content(List<BookingViewAffiliate> content) voidPageBookingViewAffiliate.setContent(List<BookingViewAffiliate> content)