Uses of Class
com.oracle.bmc.mediaservices.model.AssetType
-
Packages that use AssetType Package Description com.oracle.bmc.mediaservices.model com.oracle.bmc.mediaservices.requests -
-
Uses of AssetType in com.oracle.bmc.mediaservices.model
Methods in com.oracle.bmc.mediaservices.model that return AssetType Modifier and Type Method Description static AssetType
AssetType. create(String key)
AssetType
CreateMediaAssetDetails. getType()
The type of the media asset.AssetType
MediaAsset. getType()
The type of the media asset.AssetType
MediaAssetSummary. getType()
The type of the media asset.AssetType
UpdateMediaAssetDetails. getType()
The type of the media asset.static AssetType
AssetType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AssetType[]
AssetType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mediaservices.model with parameters of type AssetType Modifier and Type Method Description CreateMediaAssetDetails.Builder
CreateMediaAssetDetails.Builder. type(AssetType type)
The type of the media asset.MediaAsset.Builder
MediaAsset.Builder. type(AssetType type)
The type of the media asset.MediaAssetSummary.Builder
MediaAssetSummary.Builder. type(AssetType type)
The type of the media asset.UpdateMediaAssetDetails.Builder
UpdateMediaAssetDetails.Builder. type(AssetType type)
The type of the media asset.Constructors in com.oracle.bmc.mediaservices.model with parameters of type AssetType Constructor Description CreateMediaAssetDetails(String sourceMediaWorkflowId, String mediaWorkflowJobId, Long sourceMediaWorkflowVersion, String displayName, String compartmentId, AssetType type, String parentMediaAssetId, String masterMediaAssetId, String bucketName, String namespaceName, String objectName, String objectEtag, List<Metadata> metadata, Long segmentRangeStartIndex, Long segmentRangeEndIndex, List<MediaAssetTag> mediaAssetTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<ResourceLock> locks)
Deprecated.MediaAsset(String id, String compartmentId, String sourceMediaWorkflowId, String mediaWorkflowJobId, Long sourceMediaWorkflowVersion, String displayName, Date timeCreated, LifecycleState lifecycleState, AssetType type, String parentMediaAssetId, String masterMediaAssetId, String bucketName, String namespaceName, String objectName, String objectEtag, Date timeUpdated, Long segmentRangeStartIndex, Long segmentRangeEndIndex, List<Metadata> metadata, List<MediaAssetTag> mediaAssetTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated.MediaAssetSummary(String id, String compartmentId, String displayName, Date timeCreated, LifecycleState lifecycleState, AssetType type, Date timeUpdated, String masterMediaAssetId, String parentMediaAssetId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated.UpdateMediaAssetDetails(String displayName, AssetType type, String parentMediaAssetId, String masterMediaAssetId, List<Metadata> metadata, List<MediaAssetTag> mediaAssetTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of AssetType in com.oracle.bmc.mediaservices.requests
Methods in com.oracle.bmc.mediaservices.requests that return AssetType Modifier and Type Method Description AssetType
ListMediaAssetsRequest. getType()
Filter MediaAsset by the asset type.Methods in com.oracle.bmc.mediaservices.requests with parameters of type AssetType Modifier and Type Method Description ListMediaAssetsRequest.Builder
ListMediaAssetsRequest.Builder. type(AssetType type)
Filter MediaAsset by the asset type.
-