Uses of Class
com.oracle.bmc.mediaservices.model.MediaAssetTag.Type
-
Packages that use MediaAssetTag.Type Package Description com.oracle.bmc.mediaservices.model -
-
Uses of MediaAssetTag.Type in com.oracle.bmc.mediaservices.model
Methods in com.oracle.bmc.mediaservices.model that return MediaAssetTag.Type Modifier and Type Method 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.Methods in com.oracle.bmc.mediaservices.model with parameters of type MediaAssetTag.Type Modifier and Type Method Description MediaAssetTag.Builder
MediaAssetTag.Builder. type(MediaAssetTag.Type type)
Type of the tag.Constructors in com.oracle.bmc.mediaservices.model with parameters of type MediaAssetTag.Type Constructor Description MediaAssetTag(MediaAssetTag.Type type, String value)
Deprecated.
-