Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
Device |
DeviceApi.getDevice(String deviceId)
Retrieve a Device
Retrieves a device by `deviceId`
|
Device |
DeviceApi.getDevice(String deviceId,
Map<String,String> additionalHeaders)
Retrieve a Device
Retrieves a device by `deviceId`
|
Modifier and Type | Method and Description |
---|---|
List<Device> |
DeviceApi.listDevices(String after,
Integer limit,
String search,
String expand)
List all Devices
Lists all devices with pagination support.
|
List<Device> |
DeviceApi.listDevices(String after,
Integer limit,
String search,
String expand,
Map<String,String> additionalHeaders)
List all Devices
Lists all devices with pagination support.
|
Modifier and Type | Method and Description |
---|---|
Device |
Device.links(LinksSelfAndFullUsersLifecycle links) |
Device |
Device.profile(DeviceProfile profile) |
Device |
Device.resourceDisplayName(DeviceDisplayName resourceDisplayName) |
Device |
Device.status(DeviceStatus status) |
Copyright © 2017–2023 Okta. All rights reserved.