Uses of Record Class
org.opentripplanner.client.model.FareProductUse.FareProduct.RiderCategory
Packages that use FareProductUse.FareProduct.RiderCategory
-
Uses of FareProductUse.FareProduct.RiderCategory in org.opentripplanner.client.model
Methods in org.opentripplanner.client.model that return types with arguments of type FareProductUse.FareProduct.RiderCategoryModifier and TypeMethodDescriptionFareProductUse.FareProduct.riderCategory()Returns the value of theriderCategoryrecord component.Constructor parameters in org.opentripplanner.client.model with type arguments of type FareProductUse.FareProduct.RiderCategoryModifierConstructorDescriptionFareProduct(String id, String name, Money price, Optional<FareProductUse.FareProduct.RiderCategory> riderCategory, Optional<FareProductUse.FareProduct.FareMedium> medium) Creates an instance of aFareProductrecord class.