Uses of Class
io.gs2.friend.request.GetFollowByUserIdRequest
Packages that use GetFollowByUserIdRequest
-
Uses of GetFollowByUserIdRequest in io.gs2.friend
Methods in io.gs2.friend with parameters of type GetFollowByUserIdRequestModifier and TypeMethodDescriptionGs2FriendRestClient.getFollowByUserId(GetFollowByUserIdRequest request) voidGs2FriendRestClient.getFollowByUserIdAsync(GetFollowByUserIdRequest request, AsyncAction<AsyncResult<GetFollowByUserIdResult>> callback) -
Uses of GetFollowByUserIdRequest in io.gs2.friend.request
Methods in io.gs2.friend.request that return GetFollowByUserIdRequestModifier and TypeMethodDescriptionstatic GetFollowByUserIdRequestGetFollowByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetFollowByUserIdRequest.withNamespaceName(String namespaceName) GetFollowByUserIdRequest.withTargetUserId(String targetUserId) GetFollowByUserIdRequest.withUserId(String userId) GetFollowByUserIdRequest.withWithProfile(Boolean withProfile)