Uses of Record Class
com.cta4j.bus.vehicle.model.Vehicle
Packages that use Vehicle
-
Uses of Vehicle in com.cta4j.bus.vehicle
Methods in com.cta4j.bus.vehicle that return types with arguments of type VehicleModifier and TypeMethodDescriptionRetrieves a vehicle by its ID.VehiclesApi.findByIds(Collection<String> ids) Retrieves vehicles by their IDs.VehiclesApi.findByRouteId(String routeId) Retrieves all vehicles for the specified route ID.VehiclesApi.findByRouteIds(Collection<String> routeIds) Retrieves all vehicles for the specified route IDs.