public abstract static class MergingArea.Builder
extends java.lang.Object
MergingArea.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract MergingArea |
build()
Build a new
MergingArea object. |
abstract MergingArea.Builder |
type(java.lang.String type)
Type of the merging area.
|
T |
unrecognizedJsonProperties(java.util.Map<java.lang.String,com.google.gson.JsonElement> unrecognizedProperties)
Use this method to add parameters which are not present in the model yet but are supported
on the Directions API side in the response.
|
@NonNull public abstract MergingArea.Builder type(@Nullable java.lang.String type)
type - type, see MergingArea.Type for possible values.@NonNull public abstract MergingArea build()
MergingArea object.MergingArea using the provided values in this builder@NonNull
public T unrecognizedJsonProperties(@Nullable
java.util.Map<java.lang.String,com.google.gson.JsonElement> unrecognizedProperties)
unrecognizedProperties - parameters to add to request