Uses of Class
com.oracle.bmc.mediaservices.model.SystemMediaWorkflow
-
Packages that use SystemMediaWorkflow Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.model -
-
Uses of SystemMediaWorkflow in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices that return types with arguments of type SystemMediaWorkflow Modifier and Type Method Description Iterable<SystemMediaWorkflow>
MediaServicesPaginators. listSystemMediaWorkflowsRecordIterator(ListSystemMediaWorkflowsRequest request)
Creates a new iterable which will iterate over theSystemMediaWorkflow
objects contained in responses from the listSystemMediaWorkflows operation. -
Uses of SystemMediaWorkflow in com.oracle.bmc.mediaservices.model
Methods in com.oracle.bmc.mediaservices.model that return SystemMediaWorkflow Modifier and Type Method Description SystemMediaWorkflow
SystemMediaWorkflow.Builder. build()
Methods in com.oracle.bmc.mediaservices.model that return types with arguments of type SystemMediaWorkflow Modifier and Type Method Description List<SystemMediaWorkflow>
SystemMediaWorkflowCollection. getItems()
List of SytemMediaWorkflow items.Methods in com.oracle.bmc.mediaservices.model with parameters of type SystemMediaWorkflow Modifier and Type Method Description SystemMediaWorkflow.Builder
SystemMediaWorkflow.Builder. copy(SystemMediaWorkflow model)
Method parameters in com.oracle.bmc.mediaservices.model with type arguments of type SystemMediaWorkflow Modifier and Type Method Description SystemMediaWorkflowCollection.Builder
SystemMediaWorkflowCollection.Builder. items(List<SystemMediaWorkflow> items)
List of SytemMediaWorkflow items.Constructor parameters in com.oracle.bmc.mediaservices.model with type arguments of type SystemMediaWorkflow Constructor Description SystemMediaWorkflowCollection(List<SystemMediaWorkflow> items)
Deprecated.
-