Uses of Class
travel.wink.hotelbeds.booking.sdk.model.BookingChangeRS
Packages that use BookingChangeRS
-
Uses of BookingChangeRS in travel.wink.hotelbeds.booking.sdk.api
Methods in travel.wink.hotelbeds.booking.sdk.api that return types with arguments of type BookingChangeRSModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingChangeRS>BookingApi.bookingChange(String accept, String acceptEncoding, String contentType, String bookingId, BookingChangeRQ body) Booking change The BookingChange operation is used to change or update different values of a booking.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingChangeRS>>BookingApi.bookingChangeWithHttpInfo(String accept, String acceptEncoding, String contentType, String bookingId, BookingChangeRQ body) Booking change The BookingChange operation is used to change or update different values of a booking. -
Uses of BookingChangeRS in travel.wink.hotelbeds.booking.sdk.model
Methods in travel.wink.hotelbeds.booking.sdk.model that return BookingChangeRSModifier and TypeMethodDescriptionBookingChangeRS.auditData(ApiAuditData auditData) BookingChangeRS.booking(ApiBooking booking)