public static interface TruckDimensions.Builder extends SdkPojo, CopyableBuilder<TruckDimensions.Builder,TruckDimensions>
| Modifier and Type | Method and Description |
|---|---|
TruckDimensions.Builder |
height(Double height)
The height of the truck.
|
TruckDimensions.Builder |
length(Double length)
The length of the truck.
|
TruckDimensions.Builder |
unit(DimensionUnit unit)
Specifies the unit of measurement for the truck dimensions.
|
TruckDimensions.Builder |
unit(String unit)
Specifies the unit of measurement for the truck dimensions.
|
TruckDimensions.Builder |
width(Double width)
The width of the truck.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTruckDimensions.Builder height(Double height)
The height of the truck.
For example, 4.5.
height - The height of the truck.
For example, 4.5.
TruckDimensions.Builder length(Double length)
The length of the truck.
For example, 15.5.
length - The length of the truck.
For example, 15.5.
TruckDimensions.Builder unit(String unit)
Specifies the unit of measurement for the truck dimensions.
Default Value: Meters
unit - Specifies the unit of measurement for the truck dimensions.
Default Value: Meters
DimensionUnit,
DimensionUnitTruckDimensions.Builder unit(DimensionUnit unit)
Specifies the unit of measurement for the truck dimensions.
Default Value: Meters
unit - Specifies the unit of measurement for the truck dimensions.
Default Value: Meters
DimensionUnit,
DimensionUnitTruckDimensions.Builder width(Double width)
The width of the truck.
For example, 4.5.
width - The width of the truck.
For example, 4.5.
Copyright © 2022. All rights reserved.