public final class

FanDirectionProfile.Builder

extends java.lang.Object

 java.lang.Object

↳androidx.car.app.hardware.climate.FanDirectionProfile.Builder

Overview

A builder for FanDirectionProfile.

Summary

Constructors
publicBuilder(java.util.Map<java.util.Set, java.util.Set> carZoneSetsToFanDirectionValues)

Creates an instance of builder.

Methods
public FanDirectionProfilebuild()

Create a FanDirectionProfile.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public Builder(java.util.Map<java.util.Set, java.util.Set> carZoneSetsToFanDirectionValues)

Creates an instance of builder.

Parameters:

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.

Methods

public FanDirectionProfile build()

Create a FanDirectionProfile.