Package | Description |
---|---|
com.oracle.bmc.mediaservices.model |
Modifier and Type | Method and Description |
---|---|
JobOutput |
JobOutput.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<JobOutput> |
MediaWorkflowJob.getOutputs()
A list of JobOutput for the workflowJob.
|
Modifier and Type | Method and Description |
---|---|
JobOutput.Builder |
JobOutput.Builder.copy(JobOutput model) |
Modifier and Type | Method and Description |
---|---|
MediaWorkflowJob.Builder |
MediaWorkflowJob.Builder.outputs(List<JobOutput> outputs)
A list of JobOutput for the workflowJob.
|
Constructor and Description |
---|
MediaWorkflowJob(List<String> mediaWorkflowConfigurationIds,
String mediaWorkflowId,
String id,
String compartmentId,
String displayName,
MediaWorkflowJob.LifecycleState lifecycleState,
String lifecycleDetails,
List<MediaWorkflowTaskState> taskLifecycleState,
Map<String,Object> parameters,
Date timeCreated,
Date timeUpdated,
Map<String,Object> runnable,
List<JobOutput> outputs,
Date timeStarted,
Date timeEnded,
List<ResourceLock> locks,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.