Package | Description |
---|---|
com.oracle.bmc.mediaservices.model |
Modifier and Type | Method and Description |
---|---|
static ResourceLock.Type |
ResourceLock.Type.create(String key) |
ResourceLock.Type |
ResourceLock.getType()
Type of the lock.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ResourceLock.Builder |
ResourceLock.Builder.type(ResourceLock.Type type)
Type of the lock.
|
Constructor and Description |
---|
ResourceLock(ResourceLock.Type type,
String compartmentId,
String relatedResourceId,
String message,
Date timeCreated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.