Uses of Class
com.oracle.bmc.limits.model.RemoveLockDetails.Type
-
Packages that use RemoveLockDetails.Type Package Description com.oracle.bmc.limits.model -
-
Uses of RemoveLockDetails.Type in com.oracle.bmc.limits.model
Methods in com.oracle.bmc.limits.model that return RemoveLockDetails.Type Modifier and Type Method Description static RemoveLockDetails.TypeRemoveLockDetails.Type. create(String key)RemoveLockDetails.TypeRemoveLockDetails. getType()Lock type.static RemoveLockDetails.TypeRemoveLockDetails.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.limits.model with parameters of type RemoveLockDetails.Type Modifier and Type Method Description RemoveLockDetails.BuilderRemoveLockDetails.Builder. type(RemoveLockDetails.Type type)Lock type.Constructors in com.oracle.bmc.limits.model with parameters of type RemoveLockDetails.Type Constructor Description RemoveLockDetails(RemoveLockDetails.Type type)Deprecated.
-