Package | Description |
---|---|
com.google.api.services.homegraph.v1.model |
Modifier and Type | Method and Description |
---|---|
DeviceNames |
DeviceNames.clone() |
DeviceNames |
Device.getName()
Names given to this device by your smart home Action.
|
DeviceNames |
DeviceNames.set(String fieldName,
Object value) |
DeviceNames |
DeviceNames.setDefaultNames(List<String> defaultNames)
List of names provided by the manufacturer rather than the user, such as serial numbers, SKUs,
etc.
|
DeviceNames |
DeviceNames.setName(String name)
Primary name of the device, generally provided by the user.
|
DeviceNames |
DeviceNames.setNicknames(List<String> nicknames)
Additional names provided by the user for the device.
|
Modifier and Type | Method and Description |
---|---|
Device |
Device.setName(DeviceNames name)
Names given to this device by your smart home Action.
|
Copyright © 2011–2023 Google. All rights reserved.