Enum Class TermGroupScope

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

public enum TermGroupScope extends Enum<TermGroupScope>
The Enum Term Group Scope.
  • Enum Constant Details

    • GLOBAL

      public static final TermGroupScope GLOBAL
      global
    • SYSTEM

      public static final TermGroupScope SYSTEM
      system
    • SITE_COLLECTION

      public static final TermGroupScope SITE_COLLECTION
      site Collection
    • UNKNOWN_FUTURE_VALUE

      public static final TermGroupScope UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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