Uses of Class
io.gs2.friend.result.GetFriendByUserIdResult
Packages that use GetFriendByUserIdResult
-
Uses of GetFriendByUserIdResult in io.gs2.friend
Methods in io.gs2.friend that return GetFriendByUserIdResultModifier and TypeMethodDescriptionGs2FriendRestClient.getFriendByUserId(GetFriendByUserIdRequest request) Method parameters in io.gs2.friend with type arguments of type GetFriendByUserIdResultModifier and TypeMethodDescriptionvoidGs2FriendRestClient.getFriendByUserIdAsync(GetFriendByUserIdRequest request, AsyncAction<AsyncResult<GetFriendByUserIdResult>> callback) -
Uses of GetFriendByUserIdResult in io.gs2.friend.result
Methods in io.gs2.friend.result that return GetFriendByUserIdResultModifier and TypeMethodDescriptionstatic GetFriendByUserIdResultGetFriendByUserIdResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetFriendByUserIdResult.withItem(FriendUser item)