public enum AuthRenrenScope extends Enum<AuthRenrenScope> implements AuthScope
Modifier and Type | Method and Description |
---|---|
static AuthRenrenScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthRenrenScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthRenrenScope READ_USER_BLOG
scope
含义,以description
为准public static final AuthRenrenScope READ_USER_CHECKIN
public static final AuthRenrenScope READ_USER_FEED
public static final AuthRenrenScope READ_USER_GUESTBOOK
public static final AuthRenrenScope READ_USER_INVITATION
public static final AuthRenrenScope READ_USER_LIKE_HISTORY
public static final AuthRenrenScope READ_USER_MESSAGE
public static final AuthRenrenScope READ_USER_NOTIFICATION
public static final AuthRenrenScope READ_USER_PHOTO
public static final AuthRenrenScope READ_USER_STATUS
public static final AuthRenrenScope READ_USER_ALBUM
public static final AuthRenrenScope READ_USER_COMMENT
public static final AuthRenrenScope READ_USER_SHARE
public static final AuthRenrenScope READ_USER_REQUEST
public static final AuthRenrenScope PUBLISH_BLOG
public static final AuthRenrenScope PUBLISH_CHECKIN
public static final AuthRenrenScope PUBLISH_FEED
public static final AuthRenrenScope PUBLISH_SHARE
public static final AuthRenrenScope WRITE_GUESTBOOK
public static final AuthRenrenScope SEND_INVITATION
public static final AuthRenrenScope SEND_REQUEST
public static final AuthRenrenScope SEND_MESSAGE
public static final AuthRenrenScope SEND_NOTIFICATION
public static final AuthRenrenScope PHOTO_UPLOAD
public static final AuthRenrenScope STATUS_UPDATE
public static final AuthRenrenScope CREATE_ALBUM
public static final AuthRenrenScope PUBLISH_COMMENT
public static final AuthRenrenScope OPERATE_LIKE
public static final AuthRenrenScope ADMIN_PAGE
public static AuthRenrenScope[] values()
for (AuthRenrenScope c : AuthRenrenScope.values()) System.out.println(c);
public static AuthRenrenScope valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021. All rights reserved.