Package | Description |
---|---|
cn.leancloud | |
cn.leancloud.core |
Modifier and Type | Method and Description |
---|---|
LCQuery<LCFriendship> |
LCUser.friendshipQuery(boolean isFollowerDirection)
get friendship query of current user.
|
io.reactivex.Observable<List<LCFriendship>> |
LCUser.queryFriendship()
query current user's friendship.
|
io.reactivex.Observable<List<LCFriendship>> |
LCUser.queryFriendship(int offset,
int limit,
String orderBy)
query current user's friendship.
|
io.reactivex.Observable<LCFriendship> |
LCUser.updateFriendship(LCFriendship friendship)
update friendship attributes.
|
io.reactivex.Observable<LCFriendship> |
LCUser.updateFriendship(LCUser asAuthenticatedUser,
LCFriendship friendship)
update friendship attributes.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Observable<LCFriendship> |
LCUser.updateFriendship(LCFriendship friendship)
update friendship attributes.
|
io.reactivex.Observable<LCFriendship> |
LCUser.updateFriendship(LCUser asAuthenticatedUser,
LCFriendship friendship)
update friendship attributes.
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Observable<List<LCFriendship>> |
StorageClient.queryFriendship(LCUser authenticatedUser,
Map<String,String> conditions) |
io.reactivex.Observable<LCFriendship> |
StorageClient.updateFriendship(LCUser authenticatedUser,
String followeeUserid,
String friendObjectId,
Map<String,Object> attr) |
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.