Uses of Class
io.swagger.client.model.NearbyArea
-
Packages that use NearbyArea Package Description io.swagger.client.model -
-
Uses of NearbyArea in io.swagger.client.model
Methods in io.swagger.client.model that return NearbyArea Modifier and Type Method Description NearbyArea
NearbyArea. desc(String desc)
NearbyArea
NearbyArea. distance(String distance)
NearbyArea
NearbyArea. name(String name)
Methods in io.swagger.client.model that return types with arguments of type NearbyArea Modifier and Type Method Description List<NearbyArea>
HotelDetails. getNearbyAreas()
Get nearbyAreasMethods in io.swagger.client.model with parameters of type NearbyArea Modifier and Type Method Description HotelDetails
HotelDetails. addNearbyAreasItem(NearbyArea nearbyAreasItem)
Method parameters in io.swagger.client.model with type arguments of type NearbyArea Modifier and Type Method Description HotelDetails
HotelDetails. nearbyAreas(List<NearbyArea> nearbyAreas)
void
HotelDetails. setNearbyAreas(List<NearbyArea> nearbyAreas)
-