Uses of Class
com.okta.sdk.resource.model.Device
Packages that use Device
-
Uses of Device in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return DeviceModifier and TypeMethodDescriptionRetrieve a Device Retrieves a device by `deviceId`Retrieve a Device Retrieves a device by `deviceId`Methods in com.okta.sdk.resource.api that return types with arguments of type DeviceModifier and TypeMethodDescriptionDeviceApi.listDevices
(String after, Integer limit, String search, String expand) List all Devices Lists all devices with pagination support.DeviceApi.listDevices
(String after, Integer limit, String search, String expand, Map<String, String> additionalHeaders) List all Devices Lists all devices with pagination support. -
Uses of Device in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return DeviceModifier and TypeMethodDescriptionDevice.links
(LinksSelfAndFullUsersLifecycle links) Device.profile
(DeviceProfile profile) Device.resourceDisplayName
(DeviceDisplayName resourceDisplayName) Device.status
(DeviceStatus status)