Uses of Class
io.gs2.friend.request.FollowByUserIdRequest
Packages that use FollowByUserIdRequest
-
Uses of FollowByUserIdRequest in io.gs2.friend
Methods in io.gs2.friend with parameters of type FollowByUserIdRequestModifier and TypeMethodDescriptionGs2FriendRestClient.followByUserId(FollowByUserIdRequest request) voidGs2FriendRestClient.followByUserIdAsync(FollowByUserIdRequest request, AsyncAction<AsyncResult<FollowByUserIdResult>> callback) -
Uses of FollowByUserIdRequest in io.gs2.friend.request
Methods in io.gs2.friend.request that return FollowByUserIdRequestModifier and TypeMethodDescriptionstatic FollowByUserIdRequestFollowByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) FollowByUserIdRequest.withDuplicationAvoider(String duplicationAvoider) FollowByUserIdRequest.withNamespaceName(String namespaceName) FollowByUserIdRequest.withTargetUserId(String targetUserId) FollowByUserIdRequest.withTimeOffsetToken(String timeOffsetToken) FollowByUserIdRequest.withUserId(String userId)