public abstract class

GetPropertyRequest.Builder

extends java.lang.Object

 java.lang.Object

↳androidx.car.app.hardware.common.GetPropertyRequest.Builder

Overview

A builder for the GetPropertyRequest.

Summary

Constructors
publicBuilder()

Methods
public abstract GetPropertyRequestbuild()

Creates an instance of GetPropertyRequest.

public abstract GetPropertyRequest.BuildersetCarZones(java.util.List<CarZone> carZones)

Sets a list of CarZones for the GetPropertyRequest.

public abstract GetPropertyRequest.BuildersetPropertyId(int propertyId)

Sets a property ID for the GetPropertyRequest.

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

Constructors

public Builder()

Methods

public abstract GetPropertyRequest.Builder setPropertyId(int propertyId)

Sets a property ID for the GetPropertyRequest.

public abstract GetPropertyRequest.Builder setCarZones(java.util.List<CarZone> carZones)

Sets a list of CarZones for the GetPropertyRequest.

public abstract GetPropertyRequest build()

Creates an instance of GetPropertyRequest.