public class SmartDeviceManagement.Enterprises.Structures extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
SmartDeviceManagement.Enterprises.Structures.Get |
class |
SmartDeviceManagement.Enterprises.Structures.List |
class |
SmartDeviceManagement.Enterprises.Structures.Rooms
The "rooms" collection of methods.
|
| Constructor and Description |
|---|
Structures() |
| Modifier and Type | Method and Description |
|---|---|
SmartDeviceManagement.Enterprises.Structures.Get |
get(String name)
Gets a structure managed by the enterprise.
|
SmartDeviceManagement.Enterprises.Structures.List |
list(String parent)
Lists structures managed by the enterprise.
|
SmartDeviceManagement.Enterprises.Structures.Rooms |
rooms()
An accessor for creating requests from the Rooms collection.
|
public SmartDeviceManagement.Enterprises.Structures.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name of the structure requested. For example: "enterprises/XYZ/structures/ABC".IOExceptionpublic SmartDeviceManagement.Enterprises.Structures.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - The parent enterprise to list structures under. E.g. "enterprises/XYZ".IOExceptionpublic SmartDeviceManagement.Enterprises.Structures.Rooms rooms()
The typical use is:
SmartDeviceManagement smartdevicemanagement = new SmartDeviceManagement(...);SmartDeviceManagement.Rooms.List request = smartdevicemanagement.rooms().list(parameters ...)
Copyright © 2011–2023 Google. All rights reserved.