Uses of Class
io.gs2.friend.request.FollowRequest
Packages that use FollowRequest
-
Uses of FollowRequest in io.gs2.friend
Methods in io.gs2.friend with parameters of type FollowRequestModifier and TypeMethodDescriptionGs2FriendRestClient.follow(FollowRequest request) voidGs2FriendRestClient.followAsync(FollowRequest request, AsyncAction<AsyncResult<FollowResult>> callback) -
Uses of FollowRequest in io.gs2.friend.request
Methods in io.gs2.friend.request that return FollowRequestModifier and TypeMethodDescriptionstatic FollowRequestFollowRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) FollowRequest.withAccessToken(String accessToken) FollowRequest.withDuplicationAvoider(String duplicationAvoider) FollowRequest.withNamespaceName(String namespaceName) FollowRequest.withTargetUserId(String targetUserId)