Package | Description |
---|---|
com.oracle.bmc.limits.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
AddLockDetails.Builder |
AddLockDetails.Builder.type(AddLockDetails.Type type)
Lock type.
|
Constructor and Description |
---|
AddLockDetails(AddLockDetails.Type type,
String relatedResourceId,
String message)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.