Uses of Class
travel.wink.sdk.booking.model.UserSessionAgent
Packages that use UserSessionAgent
-
Uses of UserSessionAgent in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return UserSessionAgentModifier and TypeMethodDescriptionUserSessionAgent.addPromotionalCodesItem(String promotionalCodesItem) UserSessionAgent.bounds(GeoJsonPolygonAgent bounds) @NotNull @Valid UserSessionAgentBookingAgent.getUserSession()Get userSessionUserSessionAgent.ipLocation(IPLocationAgent ipLocation) UserSessionAgent.itinerary(ItineraryAgent itinerary) UserSessionAgent.location(GeoJsonPointAgent location) UserSessionAgent.promotionalCodes(List<String> promotionalCodes) UserSessionAgent.redirectUrl(String redirectUrl) UserSessionAgent.searchFilters(SearchFiltersAgent searchFilters) UserSessionAgent.selectedRoomConfiguration(RoomConfigurationAgent selectedRoomConfiguration) Methods in travel.wink.sdk.booking.model with parameters of type UserSessionAgentModifier and TypeMethodDescriptionvoidBookingAgent.setUserSession(UserSessionAgent userSession) BookingAgent.userSession(UserSessionAgent userSession)