Module bus.auth

Enum Class QqScope

java.lang.Object
java.lang.Enum<QqScope>
org.miaixz.bus.auth.nimble.qq.QqScope
All Implemented Interfaces:
Serializable, Comparable<QqScope>, Constable, AuthorizeScope

public enum QqScope extends Enum<QqScope> implements AuthorizeScope
QQ 授权范围
Since:
Java 17+
Author:
Kimi Liu
  • Enum Constant Details

    • GET_USER_INFO

      public static final QqScope GET_USER_INFO
      scope 含义,以description 为准
    • GET_VIP_INFO

      public static final QqScope GET_VIP_INFO
      以下 scope 需要申请:http://wiki.connect.qq.com/openapi%e6%9d%83%e9%99%90%e7%94%b3%e8%af%b7
    • GET_VIP_RICH_INFO

      public static final QqScope GET_VIP_RICH_INFO
    • LIST_ALBUM

      public static final QqScope LIST_ALBUM
    • UPLOAD_PIC

      public static final QqScope UPLOAD_PIC
    • ADD_ALBUM

      public static final QqScope ADD_ALBUM
    • LIST_PHOTO

      public static final QqScope LIST_PHOTO
  • Method Details

    • values

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