Uses of Enum
com.okta.sdk.resource.model.LogScreenLockType
Packages that use LogScreenLockType
-
Uses of LogScreenLockType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return LogScreenLockTypeModifier and TypeMethodDescriptionstatic LogScreenLockType
LogDevice.getScreenLockType()
Get screenLockTypestatic LogScreenLockType
Returns the enum constant of this type with the specified name.static LogScreenLockType[]
LogScreenLockType.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 LogScreenLockTypeModifier and TypeMethodDescriptionLogDevice.screenLockType
(LogScreenLockType screenLockType) void
LogDevice.setScreenLockType
(LogScreenLockType screenLockType)