Enum Class RatingJapanMoviesType

java.lang.Object
java.lang.Enum<RatingJapanMoviesType>
com.microsoft.graph.models.RatingJapanMoviesType
All Implemented Interfaces:
com.microsoft.kiota.serialization.ValuedEnum, Serializable, Comparable<RatingJapanMoviesType>, Constable

@Generated("com.microsoft.kiota") public enum RatingJapanMoviesType extends Enum<RatingJapanMoviesType> implements com.microsoft.kiota.serialization.ValuedEnum
Movies rating labels in Japan
  • Enum Constant Details

    • AllAllowed

      public static final RatingJapanMoviesType AllAllowed
      Default value, allow all movies content
    • AllBlocked

      public static final RatingJapanMoviesType AllBlocked
      Do not allow any movies content
    • General

      public static final RatingJapanMoviesType General
      Suitable for all ages
    • ParentalGuidance

      public static final RatingJapanMoviesType ParentalGuidance
      The PG-12 classification requests parental guidance for young people under 12
    • AgesAbove15

      public static final RatingJapanMoviesType AgesAbove15
      The R15+ classification is suitable for viewers of 15 or older
    • AgesAbove18

      public static final RatingJapanMoviesType AgesAbove18
      The R18+ classification is suitable for viewers of 18 or older
  • Field Details

    • value

      public final String value
  • Method Details

    • values

      public static RatingJapanMoviesType[] 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

      public static RatingJapanMoviesType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getValue

      @Nonnull public String getValue()
      Specified by:
      getValue in interface com.microsoft.kiota.serialization.ValuedEnum
    • forValue

      @Nullable public static RatingJapanMoviesType forValue(@Nonnull String searchValue)