Uses of Class
travel.wink.hotelbeds.content.sdk.model.ApiRoomsRS
Packages that use ApiRoomsRS
-
Uses of ApiRoomsRS in travel.wink.hotelbeds.content.sdk.api
Methods in travel.wink.hotelbeds.content.sdk.api that return types with arguments of type ApiRoomsRSModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ApiRoomsRS>TypesApi.roomsUsingGET(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) Rooms Returns the list of available rooms.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiRoomsRS>>TypesApi.roomsUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) Rooms Returns the list of available rooms. -
Uses of ApiRoomsRS in travel.wink.hotelbeds.content.sdk.model
Methods in travel.wink.hotelbeds.content.sdk.model that return ApiRoomsRSModifier and TypeMethodDescriptionApiRoomsRS.addRoomsItem(ApiRoom roomsItem) ApiRoomsRS.auditData(ApiAuditData auditData) ApiRoomsRS.error(ApiHotelbedsError error)