Uses of Class
travel.wink.hotelbeds.content.sdk.model.ApiRateCommentDetailsRS
Packages that use ApiRateCommentDetailsRS
-
Uses of ApiRateCommentDetailsRS in travel.wink.hotelbeds.content.sdk.api
Methods in travel.wink.hotelbeds.content.sdk.api that return types with arguments of type ApiRateCommentDetailsRSModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ApiRateCommentDetailsRS>TypesApi.ratecommentdetailUsingGET(String accept, String acceptEncoding, String date, String code, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) Rate comment details Returns the descriptions of the rate comments associated with the hotel that the hotelier wants the client to read before confirming the booking with the given date.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiRateCommentDetailsRS>>TypesApi.ratecommentdetailUsingGETWithHttpInfo(String accept, String acceptEncoding, String date, String code, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) Rate comment details Returns the descriptions of the rate comments associated with the hotel that the hotelier wants the client to read before confirming the booking with the given date. -
Uses of ApiRateCommentDetailsRS in travel.wink.hotelbeds.content.sdk.model
Methods in travel.wink.hotelbeds.content.sdk.model that return ApiRateCommentDetailsRSModifier and TypeMethodDescriptionApiRateCommentDetailsRS.addRateCommentsItem(ApiRateComment rateCommentsItem) ApiRateCommentDetailsRS.auditData(ApiAuditData auditData) ApiRateCommentDetailsRS.error(ApiHotelbedsError error) ApiRateCommentDetailsRS.rateComments(List<ApiRateComment> rateComments)