Class VehiclesPredictionsQuery.Builder

java.lang.Object
com.cta4j.bus.prediction.query.VehiclesPredictionsQuery.Builder
Enclosing class:
VehiclesPredictionsQuery

public static final class VehiclesPredictionsQuery.Builder extends Object
Builder for VehiclesPredictionsQuery.
  • Constructor Details

    • Builder

      public Builder(List<String> vehicleIds)
      Constructs a Builder.
      Parameters:
      vehicleIds - the List of vehicle IDs to retrieve predictions for
      Throws:
      NullPointerException - if vehicleIds or any of its elements are null
  • Method Details