Package ch.phatec.publibike
Class PublibikeService
- java.lang.Object
-
- ch.phatec.publibike.PublibikeService
-
public class PublibikeService extends Object
- Author:
- thomas pauli | phatec.ch
-
-
Constructor Summary
Constructors Constructor Description PublibikeService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StationgetStation(Long id)Returns theStationby the given id.protected StationRequestgetStationRequest(Long id)List<Station>getStations()Returns all existingStations.protected StationsRequestgetStationsRequest()
-
-
-
Method Detail
-
getStationRequest
protected StationRequest getStationRequest(Long id)
-
getStationsRequest
protected StationsRequest getStationsRequest()
-
-