Uses of Class
global.maplink.trip.schema.v1.payload.Callback
-
Packages that use Callback Package Description global.maplink.trip.schema.v1.payload -
-
Uses of Callback in global.maplink.trip.schema.v1.payload
Methods in global.maplink.trip.schema.v1.payload that return Callback Modifier and Type Method Description CallbackCallback.CallbackBuilder. build()CallbackTripSendProblemRequest. getCallback()Methods in global.maplink.trip.schema.v1.payload with parameters of type Callback Modifier and Type Method Description TripSendProblemRequest.TripSendProblemRequestBuilderTripSendProblemRequest.TripSendProblemRequestBuilder. callback(Callback callback)Constructors in global.maplink.trip.schema.v1.payload with parameters of type Callback 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)
-