Package | Description |
---|---|
com.oracle.bmc.mediaservices | |
com.oracle.bmc.mediaservices.model |
Modifier and Type | Method and Description |
---|---|
static MediaAssetDistributionChannelAttachment.LifecycleState |
MediaAssetDistributionChannelAttachment.LifecycleState.create(String key) |
MediaAssetDistributionChannelAttachment.LifecycleState |
MediaAssetDistributionChannelAttachment.getLifecycleState()
Lifecycle state of the attachment.
|
static MediaAssetDistributionChannelAttachment.LifecycleState |
MediaAssetDistributionChannelAttachment.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaAssetDistributionChannelAttachment.LifecycleState[] |
MediaAssetDistributionChannelAttachment.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MediaAssetDistributionChannelAttachment.Builder |
MediaAssetDistributionChannelAttachment.Builder.lifecycleState(MediaAssetDistributionChannelAttachment.LifecycleState lifecycleState)
Lifecycle state of the attachment.
|
Constructor and Description |
---|
MediaAssetDistributionChannelAttachment(String distributionChannelId,
String displayName,
Long version,
MediaAssetDistributionChannelAttachment.LifecycleState lifecycleState,
String metadataRef,
String mediaWorkflowJobId,
List<ResourceLock> locks)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.