Enum Class RatingAppsType

java.lang.Object
java.lang.Enum<RatingAppsType>
com.microsoft.graph.models.RatingAppsType
All Implemented Interfaces:
Serializable, Comparable<RatingAppsType>, Constable

public enum RatingAppsType extends Enum<RatingAppsType>
The Enum Rating Apps Type.
  • Enum Constant Details

    • ALL_ALLOWED

      public static final RatingAppsType ALL_ALLOWED
      all Allowed
    • ALL_BLOCKED

      public static final RatingAppsType ALL_BLOCKED
      all Blocked
    • AGES_ABOVE4

      public static final RatingAppsType AGES_ABOVE4
      ages Above4
    • AGES_ABOVE9

      public static final RatingAppsType AGES_ABOVE9
      ages Above9
    • AGES_ABOVE12

      public static final RatingAppsType AGES_ABOVE12
      ages Above12
    • AGES_ABOVE17

      public static final RatingAppsType AGES_ABOVE17
      ages Above17
    • UNEXPECTED_VALUE

      public static final RatingAppsType UNEXPECTED_VALUE
      For RatingAppsType values that were not expected from the service
  • Method Details

    • values

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