Uses of Class
com.oracle.bmc.lockbox.model.PersonaLevel
-
Packages that use PersonaLevel Package Description com.oracle.bmc.lockbox.model -
-
Uses of PersonaLevel in com.oracle.bmc.lockbox.model
Methods in com.oracle.bmc.lockbox.model that return PersonaLevel Modifier and Type Method Description static PersonaLevel
PersonaLevel. create(String key)
PersonaLevel
ActivityLog. getUserLevel()
Level of the personastatic PersonaLevel
PersonaLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static PersonaLevel[]
PersonaLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.lockbox.model with parameters of type PersonaLevel Modifier and Type Method Description ActivityLog.Builder
ActivityLog.Builder. userLevel(PersonaLevel userLevel)
Level of the personaConstructors in com.oracle.bmc.lockbox.model with parameters of type PersonaLevel Constructor Description ActivityLog(String userId, PersonaLevel userLevel, AccessRequestActionType action, String message, Date timeUpdated)
Deprecated.
-