Uses of Class
ch.phatec.publibike.entities.Station
-
Packages that use Station Package Description ch.phatec.publibike ch.phatec.publibike.network.requests.stations -
-
Uses of Station in ch.phatec.publibike
Methods in ch.phatec.publibike that return Station Modifier and Type Method Description StationPublibikeService. getStation(Long id)Returns theStationby the given id.Methods in ch.phatec.publibike that return types with arguments of type Station Modifier and Type Method Description List<Station>PublibikeService. getStations()Returns all existingStations. -
Uses of Station in ch.phatec.publibike.network.requests.stations
Methods in ch.phatec.publibike.network.requests.stations that return types with arguments of type Station Modifier and Type Method Description protected Class<Station>StationRequest. getTargetClass()
-