Package | Description |
---|---|
com.oracle.bmc.mediaservices.model |
Modifier and Type | Method and Description |
---|---|
static MediaAssetTag.Type |
MediaAssetTag.Type.create(String key) |
MediaAssetTag.Type |
MediaAssetTag.getType()
Type of the tag.
|
static MediaAssetTag.Type |
MediaAssetTag.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaAssetTag.Type[] |
MediaAssetTag.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MediaAssetTag.Builder |
MediaAssetTag.Builder.type(MediaAssetTag.Type type)
Type of the tag.
|
Constructor and Description |
---|
MediaAssetTag(MediaAssetTag.Type type,
String value)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.