RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.afterTravelSteps(Collection<RouteFerryAfterTravelStep> afterTravelSteps) |
Steps of a leg that must be performed after the travel portion of the leg.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.afterTravelSteps(Consumer<RouteFerryAfterTravelStep.Builder>... afterTravelSteps) |
Steps of a leg that must be performed after the travel portion of the leg.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.afterTravelSteps(RouteFerryAfterTravelStep... afterTravelSteps) |
Steps of a leg that must be performed after the travel portion of the leg.
|
default RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.arrival(Consumer<RouteFerryArrival.Builder> arrival) |
Details corresponding to the arrival for the leg.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.arrival(RouteFerryArrival arrival) |
Details corresponding to the arrival for the leg.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.beforeTravelSteps(Collection<RouteFerryBeforeTravelStep> beforeTravelSteps) |
Steps of a leg that must be performed before the travel portion of the leg.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.beforeTravelSteps(Consumer<RouteFerryBeforeTravelStep.Builder>... beforeTravelSteps) |
Steps of a leg that must be performed before the travel portion of the leg.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.beforeTravelSteps(RouteFerryBeforeTravelStep... beforeTravelSteps) |
Steps of a leg that must be performed before the travel portion of the leg.
|
static RouteFerryLegDetails.Builder |
RouteFerryLegDetails.builder() |
|
default RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.departure(Consumer<RouteFerryDeparture.Builder> departure) |
Details corresponding to the departure for the leg.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.departure(RouteFerryDeparture departure) |
Details corresponding to the departure for the leg.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.notices(Collection<RouteFerryNotice> notices) |
Notices are additional information returned that indicate issues that occurred during route calculation.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.notices(Consumer<RouteFerryNotice.Builder>... notices) |
Notices are additional information returned that indicate issues that occurred during route calculation.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.notices(RouteFerryNotice... notices) |
Notices are additional information returned that indicate issues that occurred during route calculation.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.passThroughWaypoints(Collection<RoutePassThroughWaypoint> passThroughWaypoints) |
Waypoints that were passed through during the leg.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.passThroughWaypoints(Consumer<RoutePassThroughWaypoint.Builder>... passThroughWaypoints) |
Waypoints that were passed through during the leg.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.passThroughWaypoints(RoutePassThroughWaypoint... passThroughWaypoints) |
Waypoints that were passed through during the leg.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.routeName(String routeName) |
Route name of the ferry line.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.spans(Collection<RouteFerrySpan> spans) |
Spans that were computed for the requested SpanAdditionalFeatures.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.spans(Consumer<RouteFerrySpan.Builder>... spans) |
Spans that were computed for the requested SpanAdditionalFeatures.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.spans(RouteFerrySpan... spans) |
Spans that were computed for the requested SpanAdditionalFeatures.
|
default RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.summary(Consumer<RouteFerrySummary.Builder> summary) |
Summarized details of the leg.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.summary(RouteFerrySummary summary) |
Summarized details of the leg.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.toBuilder() |
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.travelSteps(Collection<RouteFerryTravelStep> travelSteps) |
Steps of a leg that must be performed before the travel portion of the leg.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.travelSteps(Consumer<RouteFerryTravelStep.Builder>... travelSteps) |
Steps of a leg that must be performed before the travel portion of the leg.
|
RouteFerryLegDetails.Builder |
RouteFerryLegDetails.Builder.travelSteps(RouteFerryTravelStep... travelSteps) |
Steps of a leg that must be performed before the travel portion of the leg.
|