public class SmartDeviceManagement.Enterprises.Structures.Rooms extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
SmartDeviceManagement.Enterprises.Structures.Rooms.Get |
class |
SmartDeviceManagement.Enterprises.Structures.Rooms.List |
| Constructor and Description |
|---|
Rooms() |
| Modifier and Type | Method and Description |
|---|---|
SmartDeviceManagement.Enterprises.Structures.Rooms.Get |
get(String name)
Gets a room managed by the enterprise.
|
SmartDeviceManagement.Enterprises.Structures.Rooms.List |
list(String parent)
Lists rooms managed by the enterprise.
|
public SmartDeviceManagement.Enterprises.Structures.Rooms.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name of the room requested. For example: "enterprises/XYZ/structures/ABC/rooms/123".IOExceptionpublic SmartDeviceManagement.Enterprises.Structures.Rooms.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - The parent resource name of the rooms requested. For example: "enterprises/XYZ/structures/ABC".IOExceptionCopyright © 2011–2023 Google. All rights reserved.