Uses of Class
travel.wink.sdk.booking.model.BookingBooker
Packages that use BookingBooker
-
Uses of BookingBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BookingBookerModifier and TypeMethodDescriptionBookingBooker.activities(List<BookingAncillaryBooker> activities) BookingBooker.addActivitiesItem(BookingAncillaryBooker activitiesItem) BookingBooker.addAddOnsItem(BookingAncillaryBooker addOnsItem) BookingBooker.addAncillaryListItem(BookingAncillaryBooker ancillaryListItem) BookingBooker.addAttractionsItem(BookingAncillaryBooker attractionsItem) BookingBooker.addCommissionListItem(CommissionableEntryBooker commissionListItem) BookingBooker.addMeetingRoomsItem(BookingAncillaryBooker meetingRoomsItem) BookingBooker.addOns(List<BookingAncillaryBooker> addOns) BookingBooker.addPlacesItem(BookingAncillaryBooker placesItem) BookingBooker.addReportingAncillaryListItem(ReportingAncillaryBooker reportingAncillaryListItem) BookingBooker.addReportingDailyRateListItem(ReportingDailyRateBooker reportingDailyRateListItem) BookingBooker.addReportingExtraChargeListItem(ReportingExtraChargeBooker reportingExtraChargeListItem) BookingBooker.address(AddressBooker address) BookingBooker.addRestaurantsItem(BookingAncillaryBooker restaurantsItem) BookingBooker.addRoomTypeAncillariesItem(BookingAncillaryBooker roomTypeAncillariesItem) BookingBooker.addSocialsItem(SocialBooker socialsItem) BookingBooker.addSpasItem(BookingAncillaryBooker spasItem) BookingBooker.ancillaryList(List<BookingAncillaryBooker> ancillaryList) BookingBooker.attractions(List<BookingAncillaryBooker> attractions) BookingBooker.bookingCode(String bookingCode) BookingBooker.bookingContract(BookingContractBooker bookingContract) BookingBooker.commissionList(List<CommissionableEntryBooker> commissionList) BookingBooker.contactInfo(ContactBooker contactInfo) BookingBooker.date(LocalDateTime date) BookingBooker.earlyCheckInCharge(CustomMonetaryAmount earlyCheckInCharge) BookingBooker.earlyCheckInChargePercent(Float earlyCheckInChargePercent) BookingBooker.emailHeaderLogoUrl(String emailHeaderLogoUrl) BookingBooker.engineConfiguration(EngineConfigurationBookingReportBooker engineConfiguration) BookingBooker.fullAddress(String fullAddress) @NotNull @Valid BookingBookerBookingViewBooker.getBooking()Get bookingBookingBooker.groupIdentifier(UUID groupIdentifier) BookingBooker.hasActivities(Boolean hasActivities) BookingBooker.hasAllInclusive(Boolean hasAllInclusive) BookingBooker.hasAllInclusivePlusAlcohol(Boolean hasAllInclusivePlusAlcohol) BookingBooker.hasAttractions(Boolean hasAttractions) BookingBooker.hasBreakfast(Boolean hasBreakfast) BookingBooker.hasMeetingRooms(Boolean hasMeetingRooms) BookingBooker.hasRestaurants(Boolean hasRestaurants) BookingBooker.hasRoomTypeAncillaries(Boolean hasRoomTypeAncillaries) BookingBooker.hotel(HotelOnMapBooker hotel) BookingBooker.hotelImageUrl(String hotelImageUrl) BookingBooker.identifier(UUID identifier) BookingBooker.lateCheckOutCharge(CustomMonetaryAmount lateCheckOutCharge) BookingBooker.lateCheckOutChargePercent(Float lateCheckOutChargePercent) BookingBooker.logoIdentifier(String logoIdentifier) BookingBooker.meetingRooms(List<BookingAncillaryBooker> meetingRooms) BookingBooker.places(List<BookingAncillaryBooker> places) BookingBooker.rateSource(String rateSource) BookingBooker.reportingAncillaryList(List<ReportingAncillaryBooker> reportingAncillaryList) BookingBooker.reportingDailyRateList(List<ReportingDailyRateBooker> reportingDailyRateList) BookingBooker.reportingExtraChargeList(List<ReportingExtraChargeBooker> reportingExtraChargeList) BookingBooker.restaurants(List<BookingAncillaryBooker> restaurants) BookingBooker.review(ReviewBooker review) BookingBooker.roomImageUrl(String roomImageUrl) BookingBooker.roomStay(RoomStayBooker roomStay) BookingBooker.roomTypeAncillaries(List<BookingAncillaryBooker> roomTypeAncillaries) BookingBooker.socials(List<SocialBooker> socials) BookingBooker.spas(List<BookingAncillaryBooker> spas) BookingBooker.specialRequests(String specialRequests) BookingBooker.status(BookingBooker.StatusEnum status) BookingBooker.user(BookingUserBooker user) BookingBooker.userSession(UserSessionBooker userSession) Methods in travel.wink.sdk.booking.model with parameters of type BookingBookerModifier and TypeMethodDescriptionBookingViewBooker.booking(BookingBooker booking) voidBookingViewBooker.setBooking(BookingBooker booking)