public class SmartDeviceManagement.Enterprises extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
SmartDeviceManagement.Enterprises.Devices
The "devices" collection of methods.
|
class |
SmartDeviceManagement.Enterprises.Structures
The "structures" collection of methods.
|
| Constructor and Description |
|---|
Enterprises() |
| Modifier and Type | Method and Description |
|---|---|
SmartDeviceManagement.Enterprises.Devices |
devices()
An accessor for creating requests from the Devices collection.
|
SmartDeviceManagement.Enterprises.Structures |
structures()
An accessor for creating requests from the Structures collection.
|
public SmartDeviceManagement.Enterprises.Devices devices()
The typical use is:
SmartDeviceManagement smartdevicemanagement = new SmartDeviceManagement(...);SmartDeviceManagement.Devices.List request = smartdevicemanagement.devices().list(parameters ...)
public SmartDeviceManagement.Enterprises.Structures structures()
The typical use is:
SmartDeviceManagement smartdevicemanagement = new SmartDeviceManagement(...);SmartDeviceManagement.Structures.List request = smartdevicemanagement.structures().list(parameters ...)
Copyright © 2011–2023 Google. All rights reserved.