Uses of Class
com.oracle.bmc.mediaservices.model.MediaWorkflowConfiguration.LifecycleState
-
Packages that use MediaWorkflowConfiguration.LifecycleState Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.model -
-
Uses of MediaWorkflowConfiguration.LifecycleState in com.oracle.bmc.mediaservices
-
Uses of MediaWorkflowConfiguration.LifecycleState in com.oracle.bmc.mediaservices.model
Methods in com.oracle.bmc.mediaservices.model that return MediaWorkflowConfiguration.LifecycleState Modifier and Type Method Description static MediaWorkflowConfiguration.LifecycleState
MediaWorkflowConfiguration.LifecycleState. create(String key)
MediaWorkflowConfiguration.LifecycleState
MediaWorkflowConfiguration. getLifecycleState()
The current state of the MediaWorkflowConfiguration.MediaWorkflowConfiguration.LifecycleState
MediaWorkflowConfigurationSummary. 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.Methods in com.oracle.bmc.mediaservices.model with parameters of type MediaWorkflowConfiguration.LifecycleState Modifier and Type Method Description MediaWorkflowConfiguration.Builder
MediaWorkflowConfiguration.Builder. lifecycleState(MediaWorkflowConfiguration.LifecycleState lifecycleState)
The current state of the MediaWorkflowConfiguration.MediaWorkflowConfigurationSummary.Builder
MediaWorkflowConfigurationSummary.Builder. lifecycleState(MediaWorkflowConfiguration.LifecycleState lifecycleState)
The current state of the MediaWorkflowConfiguration.Constructors in com.oracle.bmc.mediaservices.model with parameters of type MediaWorkflowConfiguration.LifecycleState Constructor 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.
-