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