Uses of Class
travel.wink.sdk.extranet.model.HotelStatus
Packages that use HotelStatus
-
Uses of HotelStatus in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type HotelStatusModifier and TypeMethodDescriptionreactor.core.publisher.Mono<HotelStatus>PropertyApi.showHotelStatus(String hotelIdentifier, String accept) Show hotel status Retrieve hotel statusreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelStatus>>PropertyApi.showHotelStatusWithHttpInfo(String hotelIdentifier, String accept) reactor.core.publisher.Mono<HotelStatus>PropertyApi.updateHotelStatus(String hotelIdentifier, HotelStatus hotelStatus) Update hotel status Update hotel statusreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelStatus>>PropertyApi.updateHotelStatusWithHttpInfo(String hotelIdentifier, HotelStatus hotelStatus) Methods in travel.wink.sdk.extranet.api with parameters of type HotelStatusModifier and TypeMethodDescriptionreactor.core.publisher.Mono<HotelStatus>PropertyApi.updateHotelStatus(String hotelIdentifier, HotelStatus hotelStatus) Update hotel status Update hotel statusreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelStatus>>PropertyApi.updateHotelStatusWithHttpInfo(String hotelIdentifier, HotelStatus hotelStatus) -
Uses of HotelStatus in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return HotelStatusModifier and TypeMethodDescriptionHotelStatus.hotelIdentifier(String hotelIdentifier) HotelStatus.hotelStatusCode(String hotelStatusCode)