Uses of Class
io.swagger.client.model.PropertyInfo
-
Packages that use PropertyInfo Package Description io.swagger.client.model -
-
Uses of PropertyInfo in io.swagger.client.model
Methods in io.swagger.client.model that return PropertyInfo Modifier and Type Method Description PropertyInfo
PropertyInfo. addFacilitiesItem(Facility facilitiesItem)
PropertyInfo
PropertyInfo. address(String address)
PropertyInfo
PropertyInfo. facilities(List<Facility> facilities)
PropertyInfo
HotelHotelSearchApi. getPropertyInfo()
Get propertyInfoPropertyInfo
PropertyInfo. hotelName(String hotelName)
PropertyInfo
PropertyInfo. imageUrl(String imageUrl)
PropertyInfo
PropertyInfo. latitude(String latitude)
PropertyInfo
PropertyInfo. location(String location)
PropertyInfo
PropertyInfo. longitude(String longitude)
PropertyInfo
PropertyInfo. phoneNumber(String phoneNumber)
PropertyInfo
PropertyInfo. propertyType(String propertyType)
PropertyInfo
PropertyInfo. starRating(String starRating)
PropertyInfo
PropertyInfo. userRating(String userRating)
Methods in io.swagger.client.model with parameters of type PropertyInfo Modifier and Type Method Description HotelHotelSearchApi
HotelHotelSearchApi. propertyInfo(PropertyInfo propertyInfo)
void
HotelHotelSearchApi. setPropertyInfo(PropertyInfo propertyInfo)
-