Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
Device |
DeviceApi.getDevice(java.lang.String deviceId)
Retrieve a Device
Retrieves a device by `deviceId`
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Device> |
DeviceApi.listDevices(java.lang.String after,
java.lang.Integer limit,
java.lang.String search)
List all Devices
Lists all devices with pagination support.
|
Modifier and Type | Method and Description |
---|---|
Device |
Device.links(DeviceLinks links) |
Device |
Device.profile(DeviceProfile profile) |
Device |
Device.resourceDisplayName(DeviceDisplayName resourceDisplayName) |
Device |
Device.status(DeviceStatus status) |
Copyright © 2017-2022 Okta. All Rights Reserved.