Uses of Class
travel.wink.sdk.channel.manager.model.PropertyBookingEntityModel
Packages that use PropertyBookingEntityModel
-
Uses of PropertyBookingEntityModel in travel.wink.sdk.channel.manager.api
Methods in travel.wink.sdk.channel.manager.api that return types with arguments of type PropertyBookingEntityModelModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PropertyBookingEntityModel>ChannelManagerApi.showPropertyBooking(String propertyIdentifier, String bookingIdentifier, String accept) Show Booking Retrieves a specific booking by property / booking combo.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PropertyBookingEntityModel>>ChannelManagerApi.showPropertyBookingWithHttpInfo(String propertyIdentifier, String bookingIdentifier, String accept) -
Uses of PropertyBookingEntityModel in travel.wink.sdk.channel.manager.model
Methods in travel.wink.sdk.channel.manager.model that return PropertyBookingEntityModelModifier and TypeMethodDescriptionPropertyBookingEntityModel.bookingCode(String bookingCode) PropertyBookingEntityModel.bookingIdentifier(String bookingIdentifier) PropertyBookingEntityModel.cancelDate(OffsetDateTime cancelDate) PropertyBookingEntityModel.createdDate(OffsetDateTime createdDate) PropertyBookingEntityModel.currencyCode(String currencyCode) PropertyBookingEntityModel.guestRoomName(String guestRoomName) PropertyBookingEntityModel.paymentMethodStatus(PropertyBookingEntityModel.PaymentMethodStatusEnum paymentMethodStatus) PropertyBookingEntityModel.paymentMethodType(PropertyBookingEntityModel.PaymentMethodTypeEnum paymentMethodType) PropertyBookingEntityModel.propertyIdentifier(String propertyIdentifier) PropertyBookingEntityModel.putLinksItem(String key, Link linksItem) PropertyBookingEntityModel.ratePlanName(String ratePlanName) PropertyBookingEntityModel.roomRateIdentifier(String roomRateIdentifier) Methods in travel.wink.sdk.channel.manager.model that return types with arguments of type PropertyBookingEntityModelModifier and TypeMethodDescription@Valid List<PropertyBookingEntityModel>PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModelEmbedded.getBookings()Get bookingsMethods in travel.wink.sdk.channel.manager.model with parameters of type PropertyBookingEntityModelModifier and TypeMethodDescriptionPropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModelEmbedded.addBookingsItem(PropertyBookingEntityModel bookingsItem) Method parameters in travel.wink.sdk.channel.manager.model with type arguments of type PropertyBookingEntityModelModifier and TypeMethodDescriptionPropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModelEmbedded.bookings(List<PropertyBookingEntityModel> bookings) voidPropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModelEmbedded.setBookings(List<PropertyBookingEntityModel> bookings)