Uses of Class
io.gs2.friend.result.GetFollowByUserIdResult
Packages that use GetFollowByUserIdResult
-
Uses of GetFollowByUserIdResult in io.gs2.friend
Methods in io.gs2.friend that return GetFollowByUserIdResultModifier and TypeMethodDescriptionGs2FriendRestClient.getFollowByUserId(GetFollowByUserIdRequest request) Method parameters in io.gs2.friend with type arguments of type GetFollowByUserIdResultModifier and TypeMethodDescriptionvoidGs2FriendRestClient.getFollowByUserIdAsync(GetFollowByUserIdRequest request, AsyncAction<AsyncResult<GetFollowByUserIdResult>> callback) -
Uses of GetFollowByUserIdResult in io.gs2.friend.result
Methods in io.gs2.friend.result that return GetFollowByUserIdResultModifier and TypeMethodDescriptionstatic GetFollowByUserIdResultGetFollowByUserIdResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetFollowByUserIdResult.withItem(FollowUser item)