Uses of Class
io.gs2.friend.request.DescribeFollowsRequest
Packages that use DescribeFollowsRequest
-
Uses of DescribeFollowsRequest in io.gs2.friend
Methods in io.gs2.friend with parameters of type DescribeFollowsRequestModifier and TypeMethodDescriptionGs2FriendRestClient.describeFollows(DescribeFollowsRequest request) voidGs2FriendRestClient.describeFollowsAsync(DescribeFollowsRequest request, AsyncAction<AsyncResult<DescribeFollowsResult>> callback) -
Uses of DescribeFollowsRequest in io.gs2.friend.request
Methods in io.gs2.friend.request that return DescribeFollowsRequestModifier and TypeMethodDescriptionstatic DescribeFollowsRequestDescribeFollowsRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DescribeFollowsRequest.withAccessToken(String accessToken) DescribeFollowsRequest.withNamespaceName(String namespaceName) DescribeFollowsRequest.withPageToken(String pageToken) DescribeFollowsRequest.withWithProfile(Boolean withProfile)