
nl.pvanassen.ns.StationsRequest Maven / Gradle / Ivy
package nl.pvanassen.ns;
import nl.pvanassen.ns.model.stations.Stations;
class StationsRequest extends ApiRequest {
/**
* Limiting scope
*/
StationsRequest() {
}
/**
* {@inheritDoc}
*
* @see nl.pvanassen.ns.ApiRequest#getPath()
*/
@Override
String getPath() {
return "ns-api-stations-v2";
}
/**
* {@inheritDoc}
*
* @see nl.pvanassen.ns.ApiRequest#getRequestString()
*/
@Override
String getRequestString() {
return "";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy