Enum Class TemplateScenarios

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

public enum TemplateScenarios extends Enum<TemplateScenarios>
The Enum Template Scenarios.
  • Enum Constant Details

    • NEW

      public static final TemplateScenarios NEW
      new
    • SECURE_FOUNDATION

      public static final TemplateScenarios SECURE_FOUNDATION
      secure Foundation
    • ZERO_TRUST

      public static final TemplateScenarios ZERO_TRUST
      zero Trust
    • REMOTE_WORK

      public static final TemplateScenarios REMOTE_WORK
      remote Work
    • PROTECT_ADMINS

      public static final TemplateScenarios PROTECT_ADMINS
      protect Admins
    • EMERGING_THREATS

      public static final TemplateScenarios EMERGING_THREATS
      emerging Threats
    • UNKNOWN_FUTURE_VALUE

      public static final TemplateScenarios UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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