Package | Description |
---|---|
com.oracle.bmc.mediaservices.model | |
com.oracle.bmc.mediaservices.requests |
Modifier and Type | Method and Description |
---|---|
static AssetType |
AssetType.create(String key) |
AssetType |
CreateMediaAssetDetails.getType()
The type of the media asset.
|
AssetType |
MediaAssetSummary.getType()
The type of the media asset.
|
AssetType |
MediaAsset.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.
|
Modifier and Type | Method and Description |
---|---|
CreateMediaAssetDetails.Builder |
CreateMediaAssetDetails.Builder.type(AssetType type)
The type of the media asset.
|
MediaAssetSummary.Builder |
MediaAssetSummary.Builder.type(AssetType type)
The type of the media asset.
|
MediaAsset.Builder |
MediaAsset.Builder.type(AssetType type)
The type of the media asset.
|
UpdateMediaAssetDetails.Builder |
UpdateMediaAssetDetails.Builder.type(AssetType type)
The type of the media asset.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
AssetType |
ListMediaAssetsRequest.getType()
Filter MediaAsset by the asset type.
|
Modifier and Type | Method and Description |
---|---|
ListMediaAssetsRequest.Builder |
ListMediaAssetsRequest.Builder.type(AssetType type)
Filter MediaAsset by the asset type.
|
Copyright © 2016–2024. All rights reserved.