Uses of Record Class
org.opentripplanner.client.model.TripPlan.FareProductUse
Packages that use TripPlan.FareProductUse
-
Uses of TripPlan.FareProductUse in org.opentripplanner.client.model
Methods in org.opentripplanner.client.model that return types with arguments of type TripPlan.FareProductUseModifier and TypeMethodDescriptionTripPlan.Leg.fareProducts()Returns the value of thefareProductsrecord component.Constructor parameters in org.opentripplanner.client.model with type arguments of type TripPlan.FareProductUseModifierConstructorDescriptionLeg(TripPlan.Place from, TripPlan.Place to, java.time.OffsetDateTime startTime, java.time.OffsetDateTime endTime, LegMode mode, java.time.Duration duration, double distance, TripPlan.Route route, List<TripPlan.FareProductUse> fareProducts) Creates an instance of aLegrecord class.