-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum VerizonMediaAssetType
The type of a Verizon Media Asset.
- Can be used to specify the asset type of a VerizonMediaSource.
-
-
Method Summary
Modifier and Type Method Description static VerizonMediaAssetType
from(@NonNull() String assetTypeId)
Converts a textual representation of an asset type to an actual VerizonMediaAssetType instance. static Array<VerizonMediaAssetType>
values()
static VerizonMediaAssetType
valueOf(String name)
-
-
Method Detail
-
from
@Nullable() static VerizonMediaAssetType from(@NonNull() String assetTypeId)
Converts a textual representation of an asset type to an actual VerizonMediaAssetType instance.
- Parameters:
assetTypeId
- The textual representation of an asset type.
-
values
static Array<VerizonMediaAssetType> values()
-
valueOf
static VerizonMediaAssetType valueOf(String name)
-
-
-
-