Enum Class AuthQqScope

java.lang.Object
java.lang.Enum<AuthQqScope>
me.zhyd.oauth.enums.scope.AuthQqScope
All Implemented Interfaces:
Serializable, Comparable<AuthQqScope>, Constable, AuthScope

public enum AuthQqScope extends Enum<AuthQqScope> implements AuthScope
QQ 平台 OAuth 授权范围
Since:
1.0.0
Version:
1.0.0
Author:
yadong.zhang (yadong.zhang0415(a)gmail.com)
  • Enum Constant Details

    • GET_USER_INFO

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

      public static final AuthQqScope 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 AuthQqScope GET_VIP_RICH_INFO
    • LIST_ALBUM

      public static final AuthQqScope LIST_ALBUM
    • UPLOAD_PIC

      public static final AuthQqScope UPLOAD_PIC
    • ADD_ALBUM

      public static final AuthQqScope ADD_ALBUM
    • LIST_PHOTO

      public static final AuthQqScope LIST_PHOTO
  • Method Details

    • values

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