Package | Description |
---|---|
com.oracle.bmc.mediaservices | |
com.oracle.bmc.mediaservices.model |
Modifier and Type | Method and Description |
---|---|
static MediaWorkflowConfiguration.LifecycleState |
MediaWorkflowConfiguration.LifecycleState.create(String key) |
MediaWorkflowConfiguration.LifecycleState |
MediaWorkflowConfigurationSummary.getLifecycleState()
The current state of the MediaWorkflowConfiguration.
|
MediaWorkflowConfiguration.LifecycleState |
MediaWorkflowConfiguration.getLifecycleState()
The current state of the MediaWorkflowConfiguration.
|
static MediaWorkflowConfiguration.LifecycleState |
MediaWorkflowConfiguration.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaWorkflowConfiguration.LifecycleState[] |
MediaWorkflowConfiguration.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MediaWorkflowConfigurationSummary.Builder |
MediaWorkflowConfigurationSummary.Builder.lifecycleState(MediaWorkflowConfiguration.LifecycleState lifecycleState)
The current state of the MediaWorkflowConfiguration.
|
MediaWorkflowConfiguration.Builder |
MediaWorkflowConfiguration.Builder.lifecycleState(MediaWorkflowConfiguration.LifecycleState lifecycleState)
The current state of the MediaWorkflowConfiguration.
|
Constructor and Description |
---|
MediaWorkflowConfiguration(String id,
String displayName,
String compartmentId,
Map<String,Object> parameters,
Date timeCreated,
Date timeUpdated,
MediaWorkflowConfiguration.LifecycleState lifecycleState,
String lifecyleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<ResourceLock> locks)
Deprecated.
|
MediaWorkflowConfigurationSummary(String id,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
MediaWorkflowConfiguration.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<ResourceLock> locks)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.