FanDirectionProfile.Builder

class FanDirectionProfile.Builder


A builder for FanDirectionProfile.

Summary

Public constructors

Builder(
    carZoneSetsToFanDirectionValues: (Mutable)Map<(Mutable)Set<CarZone!>!, (Mutable)Set<Int!>!>
)

Creates an instance of builder.

Public functions

FanDirectionProfile

Create a FanDirectionProfile.

Public constructors

Builder

Added in 1.3.0
Builder(
    carZoneSetsToFanDirectionValues: (Mutable)Map<(Mutable)Set<CarZone!>!, (Mutable)Set<Int!>!>
)

Creates an instance of builder.

Parameters
carZoneSetsToFanDirectionValues: (Mutable)Map<(Mutable)Set<CarZone!>!, (Mutable)Set<Int!>!>

map of supported values for the property corresponding to the set of car zones. The range values could be one of the values from [0,6] specified in #VehicleHvacFanDirection.

Public functions

build

Added in 1.3.0
fun build(): FanDirectionProfile

Create a FanDirectionProfile.