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