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