Enum Class EdgeCookiePolicy

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

public enum EdgeCookiePolicy extends Enum<EdgeCookiePolicy>
The Enum Edge Cookie Policy.
  • Enum Constant Details

    • USER_DEFINED

      public static final EdgeCookiePolicy USER_DEFINED
      user Defined
    • ALLOW

      public static final EdgeCookiePolicy ALLOW
      allow
    • BLOCK_THIRD_PARTY

      public static final EdgeCookiePolicy BLOCK_THIRD_PARTY
      block Third Party
    • BLOCK_ALL

      public static final EdgeCookiePolicy BLOCK_ALL
      block All
    • UNEXPECTED_VALUE

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

    • values

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