Enum Class ServiceUpdateCategory

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

public enum ServiceUpdateCategory extends Enum<ServiceUpdateCategory>
The Enum Service Update Category.
  • Enum Constant Details

    • PREVENT_OR_FIX_ISSUE

      public static final ServiceUpdateCategory PREVENT_OR_FIX_ISSUE
      prevent Or Fix Issue
    • PLAN_FOR_CHANGE

      public static final ServiceUpdateCategory PLAN_FOR_CHANGE
      plan For Change
    • STAY_INFORMED

      public static final ServiceUpdateCategory STAY_INFORMED
      stay Informed
    • UNKNOWN_FUTURE_VALUE

      public static final ServiceUpdateCategory UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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