Uses of Class
io.gs2.friend.request.GetSendRequestByUserIdRequest
Packages that use GetSendRequestByUserIdRequest
-
Uses of GetSendRequestByUserIdRequest in io.gs2.friend
Methods in io.gs2.friend with parameters of type GetSendRequestByUserIdRequestModifier and TypeMethodDescriptionGs2FriendRestClient.getSendRequestByUserId(GetSendRequestByUserIdRequest request) voidGs2FriendRestClient.getSendRequestByUserIdAsync(GetSendRequestByUserIdRequest request, AsyncAction<AsyncResult<GetSendRequestByUserIdResult>> callback) -
Uses of GetSendRequestByUserIdRequest in io.gs2.friend.request
Methods in io.gs2.friend.request that return GetSendRequestByUserIdRequestModifier and TypeMethodDescriptionGetSendRequestByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetSendRequestByUserIdRequest.withNamespaceName(String namespaceName) GetSendRequestByUserIdRequest.withTargetUserId(String targetUserId) GetSendRequestByUserIdRequest.withTimeOffsetToken(String timeOffsetToken) GetSendRequestByUserIdRequest.withUserId(String userId)