Uses of Class
global.maplink.trip.schema.v1.payload.VehicleSpecification
-
Packages that use VehicleSpecification Package Description global.maplink.trip.schema.v1.payload -
-
Uses of VehicleSpecification in global.maplink.trip.schema.v1.payload
Methods in global.maplink.trip.schema.v1.payload that return VehicleSpecification Modifier and Type Method Description VehicleSpecificationVehicleSpecification.VehicleSpecificationBuilder. build()VehicleSpecificationTripSendProblemRequest. getVehicleSpecification()Methods in global.maplink.trip.schema.v1.payload with parameters of type VehicleSpecification Modifier and Type Method Description TripSendProblemRequest.TripSendProblemRequestBuilderTripSendProblemRequest.TripSendProblemRequestBuilder. vehicleSpecification(VehicleSpecification vehicleSpecification)Constructors in global.maplink.trip.schema.v1.payload with parameters of type VehicleSpecification Constructor Description TripSendProblemRequest(List<SitePoint> points, CalculationMode calculationMode, Set<String> restrictionZones, Set<AvoidanceType> avoidanceTypes, AvoidanceBehavior avoidanceBehavior, TollRequest toll, CrossedBordersRequest crossedBorders, FreightCalculationRequest freight, EmissionRequest emission, PlaceRouteRequest place, TurnByTurnRequest turnByTurn, String clientId, String profileName, List<SpeedPreference> speedPreferences, VehicleSpecification vehicleSpecification, Callback callback)
-