static RouteToll.Builder |
RouteToll.builder() |
|
RouteToll.Builder |
RouteToll.Builder.country(String country) |
The alpha-2 or alpha-3 character code for the country.
|
RouteToll.Builder |
RouteToll.Builder.paymentSites(Collection<RouteTollPaymentSite> paymentSites) |
Locations or sites where the toll fare is collected.
|
RouteToll.Builder |
RouteToll.Builder.paymentSites(Consumer<RouteTollPaymentSite.Builder>... paymentSites) |
Locations or sites where the toll fare is collected.
|
RouteToll.Builder |
RouteToll.Builder.paymentSites(RouteTollPaymentSite... paymentSites) |
Locations or sites where the toll fare is collected.
|
RouteToll.Builder |
RouteToll.Builder.rates(Collection<RouteTollRate> rates) |
Toll rates that need to be paid to travel this leg of the route.
|
RouteToll.Builder |
RouteToll.Builder.rates(Consumer<RouteTollRate.Builder>... rates) |
Toll rates that need to be paid to travel this leg of the route.
|
RouteToll.Builder |
RouteToll.Builder.rates(RouteTollRate... rates) |
Toll rates that need to be paid to travel this leg of the route.
|
RouteToll.Builder |
RouteToll.Builder.systems(Integer... systems) |
Toll systems are authorities that collect payments for the toll.
|
RouteToll.Builder |
RouteToll.Builder.systems(Collection<Integer> systems) |
Toll systems are authorities that collect payments for the toll.
|
RouteToll.Builder |
RouteToll.toBuilder() |
|