Uses of Class
global.maplink.trip.schema.v1.payload.RoadType
-
Packages that use RoadType Package Description global.maplink.trip.schema.v1.payload -
-
Uses of RoadType in global.maplink.trip.schema.v1.payload
Methods in global.maplink.trip.schema.v1.payload that return RoadType Modifier and Type Method Description RoadTypeSpeedPreference. getRoadType()static RoadTypeRoadType. valueOf(String name)Returns the enum constant of this type with the specified name.static RoadType[]RoadType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in global.maplink.trip.schema.v1.payload with parameters of type RoadType Modifier and Type Method Description SpeedPreference.SpeedPreferenceBuilderSpeedPreference.SpeedPreferenceBuilder. roadType(RoadType roadType)voidSpeedPreference. setRoadType(RoadType roadType)Constructors in global.maplink.trip.schema.v1.payload with parameters of type RoadType Constructor Description SpeedPreference(RoadType roadType, Integer speed, Integer speedAtToll)
-