public enum AuthRenrenScope extends Enum<AuthRenrenScope> implements AuthScope
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
description |
private boolean |
isDefault |
private String |
scope |
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
private final String scope
private final String description
private final boolean isDefault
public static AuthRenrenScope[] values()
for (AuthRenrenScope c : AuthRenrenScope.values()) System.out.println(c);
public static AuthRenrenScope valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.