Interface TruckDimensions.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TruckDimensions.Builder,TruckDimensions>, SdkBuilder<TruckDimensions.Builder,TruckDimensions>, SdkPojo
Enclosing class:
TruckDimensions

public static interface TruckDimensions.Builder extends SdkPojo, CopyableBuilder<TruckDimensions.Builder,TruckDimensions>
  • Method Details

    • height

      The height of the truck.

      • For example, 4.5.

      For routes calculated with a HERE resource, this value must be between 0 and 50 meters.

      Parameters:
      height - The height of the truck.

      • For example, 4.5.

      For routes calculated with a HERE resource, this value must be between 0 and 50 meters.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • length

      The length of the truck.

      • For example, 15.5.

      For routes calculated with a HERE resource, this value must be between 0 and 300 meters.

      Parameters:
      length - The length of the truck.

      • For example, 15.5.

      For routes calculated with a HERE resource, this value must be between 0 and 300 meters.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unit

      Specifies the unit of measurement for the truck dimensions.

      Default Value: Meters

      Parameters:
      unit - Specifies the unit of measurement for the truck dimensions.

      Default Value: Meters

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • unit

      Specifies the unit of measurement for the truck dimensions.

      Default Value: Meters

      Parameters:
      unit - Specifies the unit of measurement for the truck dimensions.

      Default Value: Meters

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • width

      The width of the truck.

      • For example, 4.5.

      For routes calculated with a HERE resource, this value must be between 0 and 50 meters.

      Parameters:
      width - The width of the truck.

      • For example, 4.5.

      For routes calculated with a HERE resource, this value must be between 0 and 50 meters.

      Returns:
      Returns a reference to this object so that method calls can be chained together.