Uses of Class
io.gs2.friend.request.GetFollowRequest
Packages that use GetFollowRequest
-
Uses of GetFollowRequest in io.gs2.friend
Methods in io.gs2.friend with parameters of type GetFollowRequestModifier and TypeMethodDescriptionGs2FriendRestClient.getFollow(GetFollowRequest request) voidGs2FriendRestClient.getFollowAsync(GetFollowRequest request, AsyncAction<AsyncResult<GetFollowResult>> callback) -
Uses of GetFollowRequest in io.gs2.friend.request
Methods in io.gs2.friend.request that return GetFollowRequestModifier and TypeMethodDescriptionstatic GetFollowRequestGetFollowRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetFollowRequest.withAccessToken(String accessToken) GetFollowRequest.withNamespaceName(String namespaceName) GetFollowRequest.withTargetUserId(String targetUserId) GetFollowRequest.withWithProfile(Boolean withProfile)