Class StopArrivalQuery.Builder

java.lang.Object
com.cta4j.train.arrival.query.StopArrivalQuery.Builder
Enclosing class:
StopArrivalQuery

public static final class StopArrivalQuery.Builder extends Object
A builder for StopArrivalQuery.
  • Constructor Details

    • Builder

      public Builder(String stopId)
      Constructs a Builder.
      Parameters:
      stopId - the ID of the stop to retrieve arrival information for
      Throws:
      NullPointerException - if stopId is null
  • Method Details