Uses of Class
com.oracle.bmc.identity.model.RemoveLockDetails.Type
-
Packages that use RemoveLockDetails.Type Package Description com.oracle.bmc.identity.model -
-
Uses of RemoveLockDetails.Type in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return RemoveLockDetails.Type Modifier and Type Method Description static RemoveLockDetails.Type
RemoveLockDetails.Type. create(String key)
RemoveLockDetails.Type
RemoveLockDetails. getType()
Type of the lock.static RemoveLockDetails.Type
RemoveLockDetails.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static RemoveLockDetails.Type[]
RemoveLockDetails.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identity.model with parameters of type RemoveLockDetails.Type Modifier and Type Method Description RemoveLockDetails.Builder
RemoveLockDetails.Builder. type(RemoveLockDetails.Type type)
Type of the lock.Constructors in com.oracle.bmc.identity.model with parameters of type RemoveLockDetails.Type Constructor Description RemoveLockDetails(RemoveLockDetails.Type type)
Deprecated.
-