Uses of Class
com.oracle.bmc.mediaservices.model.MediaAssetDistributionChannelAttachment.LifecycleState
-
Packages that use MediaAssetDistributionChannelAttachment.LifecycleState Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.model -
-
Uses of MediaAssetDistributionChannelAttachment.LifecycleState in com.oracle.bmc.mediaservices
-
Uses of MediaAssetDistributionChannelAttachment.LifecycleState in com.oracle.bmc.mediaservices.model
Methods in com.oracle.bmc.mediaservices.model that return MediaAssetDistributionChannelAttachment.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.mediaservices.model with parameters of type MediaAssetDistributionChannelAttachment.LifecycleState Modifier and Type Method Description MediaAssetDistributionChannelAttachment.Builder
MediaAssetDistributionChannelAttachment.Builder. lifecycleState(MediaAssetDistributionChannelAttachment.LifecycleState lifecycleState)
Lifecycle state of the attachment.Constructors in com.oracle.bmc.mediaservices.model with parameters of type MediaAssetDistributionChannelAttachment.LifecycleState Constructor Description MediaAssetDistributionChannelAttachment(String distributionChannelId, String displayName, Long version, MediaAssetDistributionChannelAttachment.LifecycleState lifecycleState, String metadataRef, String mediaWorkflowJobId, List<ResourceLock> locks)
Deprecated.
-