Uses of Class
com.oracle.bmc.limits.model.AddLockDetails.Type
-
Packages that use AddLockDetails.Type Package Description com.oracle.bmc.limits.model -
-
Uses of AddLockDetails.Type in com.oracle.bmc.limits.model
Methods in com.oracle.bmc.limits.model that return AddLockDetails.Type Modifier and Type Method Description static AddLockDetails.Type
AddLockDetails.Type. create(String key)
AddLockDetails.Type
AddLockDetails. getType()
Lock type.static AddLockDetails.Type
AddLockDetails.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static AddLockDetails.Type[]
AddLockDetails.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 AddLockDetails.Type Modifier and Type Method Description AddLockDetails.Builder
AddLockDetails.Builder. type(AddLockDetails.Type type)
Lock type.Constructors in com.oracle.bmc.limits.model with parameters of type AddLockDetails.Type Constructor Description AddLockDetails(AddLockDetails.Type type, String relatedResourceId, String message)
Deprecated.
-