Uses of Class
io.gs2.friend.result.DescribeFollowsResult
Packages that use DescribeFollowsResult
-
Uses of DescribeFollowsResult in io.gs2.friend
Methods in io.gs2.friend that return DescribeFollowsResultModifier and TypeMethodDescriptionGs2FriendRestClient.describeFollows(DescribeFollowsRequest request) Method parameters in io.gs2.friend with type arguments of type DescribeFollowsResultModifier and TypeMethodDescriptionvoidGs2FriendRestClient.describeFollowsAsync(DescribeFollowsRequest request, AsyncAction<AsyncResult<DescribeFollowsResult>> callback) -
Uses of DescribeFollowsResult in io.gs2.friend.result
Methods in io.gs2.friend.result that return DescribeFollowsResultModifier and TypeMethodDescriptionstatic DescribeFollowsResultDescribeFollowsResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) DescribeFollowsResult.withItems(List<FollowUser> items) DescribeFollowsResult.withNextPageToken(String nextPageToken)