Uses of Class
io.gs2.friend.request.GetFriendRequest
Packages that use GetFriendRequest
-
Uses of GetFriendRequest in io.gs2.friend
Methods in io.gs2.friend with parameters of type GetFriendRequestModifier and TypeMethodDescriptionGs2FriendRestClient.getFriend(GetFriendRequest request) voidGs2FriendRestClient.getFriendAsync(GetFriendRequest request, AsyncAction<AsyncResult<GetFriendResult>> callback) -
Uses of GetFriendRequest in io.gs2.friend.request
Methods in io.gs2.friend.request that return GetFriendRequestModifier and TypeMethodDescriptionstatic GetFriendRequestGetFriendRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetFriendRequest.withAccessToken(String accessToken) GetFriendRequest.withNamespaceName(String namespaceName) GetFriendRequest.withTargetUserId(String targetUserId) GetFriendRequest.withWithProfile(Boolean withProfile)