Uses of Class
travel.wink.hotelbeds.content.sdk.model.ApiCountriesRS
Packages that use ApiCountriesRS
-
Uses of ApiCountriesRS in travel.wink.hotelbeds.content.sdk.api
Methods in travel.wink.hotelbeds.content.sdk.api that return types with arguments of type ApiCountriesRSModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ApiCountriesRS>LocationsApi.countriesUsingGET(String accept, String acceptEncoding, List<String> fields, List<String> codes, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) Countries Returns the list of available countries.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiCountriesRS>>LocationsApi.countriesUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> fields, List<String> codes, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) Countries Returns the list of available countries. -
Uses of ApiCountriesRS in travel.wink.hotelbeds.content.sdk.model
Methods in travel.wink.hotelbeds.content.sdk.model that return ApiCountriesRSModifier and TypeMethodDescriptionApiCountriesRS.addCountriesItem(ApiCountry countriesItem) ApiCountriesRS.auditData(ApiAuditData auditData) ApiCountriesRS.countries(List<ApiCountry> countries) ApiCountriesRS.error(ApiHotelbedsError error)