Uses of Class
com.oracle.bmc.mediaservices.model.MediaWorkflowSummary
-
Packages that use MediaWorkflowSummary Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.model -
-
Uses of MediaWorkflowSummary in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices that return types with arguments of type MediaWorkflowSummary Modifier and Type Method Description Iterable<MediaWorkflowSummary>
MediaServicesPaginators. listMediaWorkflowsRecordIterator(ListMediaWorkflowsRequest request)
Creates a new iterable which will iterate over theMediaWorkflowSummary
objects contained in responses from the listMediaWorkflows operation. -
Uses of MediaWorkflowSummary in com.oracle.bmc.mediaservices.model
Methods in com.oracle.bmc.mediaservices.model that return MediaWorkflowSummary Modifier and Type Method Description MediaWorkflowSummary
MediaWorkflowSummary.Builder. build()
Methods in com.oracle.bmc.mediaservices.model that return types with arguments of type MediaWorkflowSummary Modifier and Type Method Description List<MediaWorkflowSummary>
MediaWorkflowCollection. getItems()
List of all MediaWorkflows.Methods in com.oracle.bmc.mediaservices.model with parameters of type MediaWorkflowSummary Modifier and Type Method Description MediaWorkflowSummary.Builder
MediaWorkflowSummary.Builder. copy(MediaWorkflowSummary model)
Method parameters in com.oracle.bmc.mediaservices.model with type arguments of type MediaWorkflowSummary Modifier and Type Method Description MediaWorkflowCollection.Builder
MediaWorkflowCollection.Builder. items(List<MediaWorkflowSummary> items)
List of all MediaWorkflows.Constructor parameters in com.oracle.bmc.mediaservices.model with type arguments of type MediaWorkflowSummary Constructor Description MediaWorkflowCollection(List<MediaWorkflowSummary> items)
Deprecated.
-