public abstract static class CostPerVehicleSize.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
abstract CostPerVehicleSize |
build() |
abstract CostPerVehicleSize.Builder |
jumbo(java.lang.Double jumbo) |
abstract CostPerVehicleSize.Builder |
large(java.lang.Double large) |
abstract CostPerVehicleSize.Builder |
middle(java.lang.Double middle) |
abstract CostPerVehicleSize.Builder |
small(java.lang.Double small) |
abstract CostPerVehicleSize.Builder |
standard(java.lang.Double standard) |
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 CostPerVehicleSize.Builder small(@Nullable java.lang.Double small)
@NonNull public abstract CostPerVehicleSize.Builder standard(@Nullable java.lang.Double standard)
@NonNull public abstract CostPerVehicleSize.Builder middle(@Nullable java.lang.Double middle)
@NonNull public abstract CostPerVehicleSize.Builder large(@Nullable java.lang.Double large)
@NonNull public abstract CostPerVehicleSize.Builder jumbo(@Nullable java.lang.Double jumbo)
@NonNull public abstract CostPerVehicleSize build()
@NonNull public T unrecognizedJsonProperties(@Nullable java.util.Map<java.lang.String,com.google.gson.JsonElement> unrecognizedProperties)
unrecognizedProperties
- parameters to add to request