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