FanDirectionProfile.Builder

public final class FanDirectionProfile.Builder


A builder for FanDirectionProfile.

Summary

Public constructors

Builder(
    @NonNull Map<Set<CarZone>, Set<Integer>> carZoneSetsToFanDirectionValues
)

Creates an instance of builder.

Public methods

@NonNull FanDirectionProfile

Create a FanDirectionProfile.

Public constructors

Builder

Added in 1.3.0
public Builder(
    @NonNull Map<Set<CarZone>, Set<Integer>> carZoneSetsToFanDirectionValues
)

Creates an instance of builder.

Parameters
@NonNull Map<Set<CarZone>, Set<Integer>> carZoneSetsToFanDirectionValues

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 methods

build

Added in 1.3.0
public @NonNull FanDirectionProfile build()

Create a FanDirectionProfile.