-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum VerizonMediaAssetMovieRating
The movie rating of the Verizon Media Asset.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NOT_RATED
The asset is not rated.
X
The asset is rated as X.
RC_17
The asset is rated as RC-17.
N
The asset is rated as N.
PG_13
The asset is rated as PG-13.
PG
The asset is rated as P.
G
The asset is rated as G.
NOT_APPLICABLE
The movie rating is not applicable.
NOT_AVAILABLE
The movie rating is not available.
-
Method Summary
Modifier and Type Method Description static Array<VerizonMediaAssetMovieRating>
values()
static VerizonMediaAssetMovieRating
valueOf(String name)
String
getRating()
The internal value of the VerizonMediaAssetMovieRating. -
-
Method Detail
-
values
static Array<VerizonMediaAssetMovieRating> values()
-
valueOf
static VerizonMediaAssetMovieRating valueOf(String name)
-
getRating
@NonNull() String getRating()
The internal value of the VerizonMediaAssetMovieRating.
Example:
- If the rating is G, this will return "1".
-
-
-
-