Enum Class OauthScope.Qq

java.lang.Object
java.lang.Enum<OauthScope.Qq>
org.aoju.bus.oauth.metric.OauthScope.Qq
All Implemented Interfaces:
Serializable, Comparable<OauthScope.Qq>, Constable, OauthScope.Scope
Enclosing class:
OauthScope

public static enum OauthScope.Qq extends Enum<OauthScope.Qq> implements OauthScope.Scope
QQ 授权范围
  • Enum Constant Details

    • GET_USER_INFO

      public static final OauthScope.Qq GET_USER_INFO
    • GET_VIP_INFO

      public static final OauthScope.Qq 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 OauthScope.Qq GET_VIP_RICH_INFO
    • LIST_ALBUM

      public static final OauthScope.Qq LIST_ALBUM
    • UPLOAD_PIC

      public static final OauthScope.Qq UPLOAD_PIC
    • ADD_ALBUM

      public static final OauthScope.Qq ADD_ALBUM
    • LIST_PHOTO

      public static final OauthScope.Qq LIST_PHOTO
  • Method Details

    • values

      public static OauthScope.Qq[] 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 OauthScope.Qq 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