Enum Class Naver.Cookie

java.lang.Object
java.lang.Enum<Naver.Cookie>
io.github.bbobbogi.stream4j.chzzk.naver.Naver.Cookie
All Implemented Interfaces:
Serializable, Comparable<Naver.Cookie>, Constable
Enclosing class:
Naver

public static enum Naver.Cookie extends Enum<Naver.Cookie>
Enum for NAVER cookie types.
Since:
1.0.0
  • Enum Constant Details

    • NID_AUT

      public static final Naver.Cookie NID_AUT
      NAVER auth cookie.
    • NID_SES

      public static final Naver.Cookie NID_SES
      NAVER session cookie.
  • Method Details

    • values

      public static Naver.Cookie[] 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 Naver.Cookie 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