Package com.microsoft.graph.models
Enum Class RatingUnitedKingdomMoviesType
java.lang.Object
java.lang.Enum<RatingUnitedKingdomMoviesType>
com.microsoft.graph.models.RatingUnitedKingdomMoviesType
- All Implemented Interfaces:
com.microsoft.kiota.serialization.ValuedEnum,Serializable,Comparable<RatingUnitedKingdomMoviesType>,Constable
@Generated("com.microsoft.kiota")
public enum RatingUnitedKingdomMoviesType
extends Enum<RatingUnitedKingdomMoviesType>
implements com.microsoft.kiota.serialization.ValuedEnum
Movies rating labels in United Kingdom
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSuitable only for adults12A, cinema release suitable for 12 years and over12, video release suitable for 12 years and over15, suitable only for 15 years and olderDefault value, allow all movies contentDo not allow any movies contentThe U classification is suitable for all agesThe PG classification is suitable for matureThe UC classification is suitable for pre-school children, an old rating label -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Returns the enum constant of this class with the specified name.static RatingUnitedKingdomMoviesType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AllAllowed
Default value, allow all movies content -
AllBlocked
Do not allow any movies content -
General
The U classification is suitable for all ages -
UniversalChildren
The UC classification is suitable for pre-school children, an old rating label -
ParentalGuidance
The PG classification is suitable for mature -
AgesAbove12Video
12, video release suitable for 12 years and over -
AgesAbove12Cinema
12A, cinema release suitable for 12 years and over -
AgesAbove15
15, suitable only for 15 years and older -
Adults
Suitable only for adults
-
-
Field Details
-
value
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
- Specified by:
getValuein interfacecom.microsoft.kiota.serialization.ValuedEnum
-
forValue
-