Uses of Class
cn.leancloud.LCFriendship
Packages that use LCFriendship
-
Uses of LCFriendship in cn.leancloud
Methods in cn.leancloud that return types with arguments of type LCFriendshipModifier and TypeMethodDescriptionLCUser.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.Methods in cn.leancloud with parameters of type LCFriendshipModifier and TypeMethodDescriptionio.reactivex.Observable<LCFriendship> LCUser.updateFriendship(LCFriendship friendship) update friendship attributes.io.reactivex.Observable<LCFriendship> LCUser.updateFriendship(LCUser asAuthenticatedUser, LCFriendship friendship) update friendship attributes. -
Uses of LCFriendship in cn.leancloud.core
Methods in cn.leancloud.core that return types with arguments of type LCFriendshipModifier and TypeMethodDescriptionio.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)