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