Uses of Class
travel.wink.hotelbeds.content.sdk.model.ApiRateComment
Packages that use ApiRateComment
-
Uses of ApiRateComment in travel.wink.hotelbeds.content.sdk.model
Methods in travel.wink.hotelbeds.content.sdk.model that return ApiRateCommentMethods in travel.wink.hotelbeds.content.sdk.model that return types with arguments of type ApiRateCommentModifier and TypeMethodDescription@Valid List<ApiRateComment>ApiRateCommentBlock.getComments()Rate comments that apply to the rates.@Valid List<ApiRateComment>ApiRateCommentDetailsRS.getRateComments()List of rate comment details.Methods in travel.wink.hotelbeds.content.sdk.model with parameters of type ApiRateCommentModifier and TypeMethodDescriptionApiRateCommentBlock.addCommentsItem(ApiRateComment commentsItem) ApiRateCommentDetailsRS.addRateCommentsItem(ApiRateComment rateCommentsItem) Method parameters in travel.wink.hotelbeds.content.sdk.model with type arguments of type ApiRateCommentModifier and TypeMethodDescriptionApiRateCommentBlock.comments(List<ApiRateComment> comments) ApiRateCommentDetailsRS.rateComments(List<ApiRateComment> rateComments) voidApiRateCommentBlock.setComments(List<ApiRateComment> comments) voidApiRateCommentDetailsRS.setRateComments(List<ApiRateComment> rateComments)