Uses of Class
travel.wink.hotelbeds.content.sdk.model.ApiCountry
Packages that use ApiCountry
-
Uses of ApiCountry in travel.wink.hotelbeds.content.sdk.model
Methods in travel.wink.hotelbeds.content.sdk.model that return ApiCountryModifier and TypeMethodDescriptionApiCountry.addStatesItem(ApiState statesItem) ApiCountry.description(ApiContent description) @Valid ApiCountryApiHotel.getCountry()Get countryMethods in travel.wink.hotelbeds.content.sdk.model that return types with arguments of type ApiCountryModifier and TypeMethodDescription@Valid List<ApiCountry>ApiCountriesRS.getCountries()List of countries.Methods in travel.wink.hotelbeds.content.sdk.model with parameters of type ApiCountryModifier and TypeMethodDescriptionApiCountriesRS.addCountriesItem(ApiCountry countriesItem) ApiHotel.country(ApiCountry country) voidApiHotel.setCountry(ApiCountry country) Method parameters in travel.wink.hotelbeds.content.sdk.model with type arguments of type ApiCountryModifier and TypeMethodDescriptionApiCountriesRS.countries(List<ApiCountry> countries) voidApiCountriesRS.setCountries(List<ApiCountry> countries)