static OptimizeWaypointsResponse.Builder |
OptimizeWaypointsResponse.builder() |
|
OptimizeWaypointsResponse.Builder |
OptimizeWaypointsResponse.Builder.connections(Collection<WaypointOptimizationConnection> connections) |
Details about the connection from one waypoint to the next, within the optimized sequence.
|
OptimizeWaypointsResponse.Builder |
OptimizeWaypointsResponse.Builder.connections(Consumer<WaypointOptimizationConnection.Builder>... connections) |
Details about the connection from one waypoint to the next, within the optimized sequence.
|
OptimizeWaypointsResponse.Builder |
OptimizeWaypointsResponse.Builder.connections(WaypointOptimizationConnection... connections) |
Details about the connection from one waypoint to the next, within the optimized sequence.
|
OptimizeWaypointsResponse.Builder |
OptimizeWaypointsResponse.Builder.distance(Long distance) |
Overall distance to travel the whole sequence.
|
OptimizeWaypointsResponse.Builder |
OptimizeWaypointsResponse.Builder.duration(Long duration) |
Overall duration to travel the whole sequence.
|
OptimizeWaypointsResponse.Builder |
OptimizeWaypointsResponse.Builder.impedingWaypoints(Collection<WaypointOptimizationImpedingWaypoint> impedingWaypoints) |
Returns waypoints that caused the optimization problem to fail, and the constraints that were unsatisfied
leading to the failure.
|
OptimizeWaypointsResponse.Builder |
OptimizeWaypointsResponse.Builder.impedingWaypoints(Consumer<WaypointOptimizationImpedingWaypoint.Builder>... impedingWaypoints) |
Returns waypoints that caused the optimization problem to fail, and the constraints that were unsatisfied
leading to the failure.
|
OptimizeWaypointsResponse.Builder |
OptimizeWaypointsResponse.Builder.impedingWaypoints(WaypointOptimizationImpedingWaypoint... impedingWaypoints) |
Returns waypoints that caused the optimization problem to fail, and the constraints that were unsatisfied
leading to the failure.
|
OptimizeWaypointsResponse.Builder |
OptimizeWaypointsResponse.Builder.optimizedWaypoints(Collection<WaypointOptimizationOptimizedWaypoint> optimizedWaypoints) |
Waypoints in the order of the optimized sequence.
|
OptimizeWaypointsResponse.Builder |
OptimizeWaypointsResponse.Builder.optimizedWaypoints(Consumer<WaypointOptimizationOptimizedWaypoint.Builder>... optimizedWaypoints) |
Waypoints in the order of the optimized sequence.
|
OptimizeWaypointsResponse.Builder |
OptimizeWaypointsResponse.Builder.optimizedWaypoints(WaypointOptimizationOptimizedWaypoint... optimizedWaypoints) |
Waypoints in the order of the optimized sequence.
|
OptimizeWaypointsResponse.Builder |
OptimizeWaypointsResponse.Builder.pricingBucket(String pricingBucket) |
The pricing bucket for which the query is charged at.
|
default OptimizeWaypointsResponse.Builder |
OptimizeWaypointsResponse.Builder.timeBreakdown(Consumer<WaypointOptimizationTimeBreakdown.Builder> timeBreakdown) |
Time breakdown for the sequence.
|
OptimizeWaypointsResponse.Builder |
OptimizeWaypointsResponse.Builder.timeBreakdown(WaypointOptimizationTimeBreakdown timeBreakdown) |
Time breakdown for the sequence.
|
OptimizeWaypointsResponse.Builder |
OptimizeWaypointsResponse.toBuilder() |
|