Uses of Class
com.okta.sdk.resource.model.DeviceUser
Packages that use DeviceUser
-
Uses of DeviceUser in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return types with arguments of type DeviceUserModifier and TypeMethodDescriptionDeviceApi.listDeviceUsers
(String deviceId) List all Users for a Device Lists all Users for a Device by `deviceId`DeviceApi.listDeviceUsers
(String deviceId, Map<String, String> additionalHeaders) List all Users for a Device Lists all Users for a Device by `deviceId` -
Uses of DeviceUser in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return DeviceUserModifier and TypeMethodDescriptionDeviceUser.managementStatus
(DeviceUser.ManagementStatusEnum managementStatus) DeviceUser.screenLockType
(DeviceUser.ScreenLockTypeEnum screenLockType) Methods in com.okta.sdk.resource.model that return types with arguments of type DeviceUserMethods in com.okta.sdk.resource.model with parameters of type DeviceUserMethod parameters in com.okta.sdk.resource.model with type arguments of type DeviceUserModifier and TypeMethodDescriptionvoid
DeviceListAllOfEmbedded.setUsers
(List<DeviceUser> users) DeviceListAllOfEmbedded.users
(List<DeviceUser> users)