Uses of Class
travel.wink.sdk.channel.manager.model.PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModel
Packages that use PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModel
-
Uses of PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModel in travel.wink.sdk.channel.manager.api
Methods in travel.wink.sdk.channel.manager.api that return types with arguments of type PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModelModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModel>ChannelManagerApi.showPropertyBookings(String propertyIdentifier, OffsetDateTime startDate, OffsetDateTime endDate, String accept) Show Bookings Retrieves a list of all bookings created for the specified property within the specified date range.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModel>>ChannelManagerApi.showPropertyBookingsWithHttpInfo(String propertyIdentifier, OffsetDateTime startDate, OffsetDateTime endDate, String accept) -
Uses of PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModel in travel.wink.sdk.channel.manager.model
Methods in travel.wink.sdk.channel.manager.model that return PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModelModifier and TypeMethodDescriptionPropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModel.embedded(PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModelEmbedded embedded) PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModel.endDate(OffsetDateTime endDate) PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModel.links(Map<String, Link> links) PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModel.propertyIdentifier(String propertyIdentifier) PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModel.putLinksItem(String key, Link linksItem) PropertyBookingsWithBookingNestedEntityModelPropertyBookingEntityModel.startDate(OffsetDateTime startDate)