| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract ShieldSvg |
build()
Build a new
ShieldSvg object. |
abstract ShieldSvg.Builder |
svg(java.lang.String svg)
SVG.
|
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 ShieldSvg.Builder svg(@NonNull java.lang.String svg)
svg - svg@NonNull public abstract ShieldSvg build()
ShieldSvg object.ShieldSvg 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