Uses of Class
travel.wink.sdk.booking.model.BookingViewAgent
Packages that use BookingViewAgent
-
Uses of BookingViewAgent in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BookingViewAgentModifier and TypeMethodDescriptionBookingViewAgent.booking(BookingAgent booking) BookingViewAgent.createdDate(LocalDateTime createdDate) BookingViewAgent.lastUpdate(LocalDateTime lastUpdate) Methods in travel.wink.sdk.booking.model that return types with arguments of type BookingViewAgentModifier and TypeMethodDescription@Valid List<BookingViewAgent>BookingConfirmationsAgent.getList()Get _listMethods in travel.wink.sdk.booking.model with parameters of type BookingViewAgentModifier and TypeMethodDescriptionBookingConfirmationsAgent.addListItem(BookingViewAgent _listItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type BookingViewAgentModifier and TypeMethodDescriptionBookingConfirmationsAgent._list(List<BookingViewAgent> _list) voidBookingConfirmationsAgent.setList(List<BookingViewAgent> _list)