Uses of Enum
com.okta.sdk.resource.model.DeviceUser.ScreenLockTypeEnum
Packages that use DeviceUser.ScreenLockTypeEnum
-
Uses of DeviceUser.ScreenLockTypeEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return DeviceUser.ScreenLockTypeEnumModifier and TypeMethodDescriptionDeviceUser.getScreenLockType()Screen lock type of the deviceReturns the enum constant of this type with the specified name.static DeviceUser.ScreenLockTypeEnum[]DeviceUser.ScreenLockTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type DeviceUser.ScreenLockTypeEnumModifier and TypeMethodDescriptionDeviceUser.screenLockType(DeviceUser.ScreenLockTypeEnum screenLockType) voidDeviceUser.setScreenLockType(DeviceUser.ScreenLockTypeEnum screenLockType)