| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract RestStop |
build()
Build a new
RestStop object. |
abstract RestStop.Builder |
type(java.lang.String type)
The type of rest stop, either `rest_area` (includes parking only) or `service_area`
(includes amenities such as gas or restaurants).
|
public abstract RestStop.Builder type(@Nullable java.lang.String type)
type - rest stop type