Class: DeviceAppEnumerator

iotcs.enterprise.DeviceAppEnumerator(client)

A class that implements a way of getting device applications.

Constructor

new DeviceAppEnumerator(client)

Parameters:
Name Type Description
client iotcs.enterprise.EnterpriseClient The enterprise client associated with the application context for which the deviceApps need to be enumerated.

Methods

(static) getDeviceApps() → {iotcs.enterprise.Pageable}

Return the list of deviceApps from the enterprise client context.
Returns:
A pageable instance with which pages can be requested that contain deviceApps as items.
Type
iotcs.enterprise.Pageable

Home