-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum VerizonMediaAssetTvRating
The tv rating of the Verizon Media Asset.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NOT_RATED
The asset is not rated.
TV_MA
The asset is rated as TV_MA.
TV_14
The asset is rated as TV_14.
TV_PG
The asset is rated as TV_PG.
TV_G
The asset is rated as TV_G.
TV_Y7
The asset is rated as TV_Y7.
TV_Y
The asset is rated as TV_Y.
NOT_APPLICABLE
The tv rating is not applicable.
NOT_AVAILABLE
The tv rating is not available.
-
Method Summary
Modifier and Type Method Description static Array<VerizonMediaAssetTvRating>
values()
static VerizonMediaAssetTvRating
valueOf(String name)
String
getRating()
The internal value of the VerizonMediaAssetTvRating. -
-
Method Detail
-
values
static Array<VerizonMediaAssetTvRating> values()
-
valueOf
static VerizonMediaAssetTvRating valueOf(String name)
-
getRating
String getRating()
The internal value of the VerizonMediaAssetTvRating.
Example:
- If the rating is TV_Y, this will return "1".
-
-
-
-