Uses of Class
io.gs2.friend.request.DeleteFriendRequest
Packages that use DeleteFriendRequest
-
Uses of DeleteFriendRequest in io.gs2.friend
Methods in io.gs2.friend with parameters of type DeleteFriendRequestModifier and TypeMethodDescriptionGs2FriendRestClient.deleteFriend(DeleteFriendRequest request) voidGs2FriendRestClient.deleteFriendAsync(DeleteFriendRequest request, AsyncAction<AsyncResult<DeleteFriendResult>> callback) -
Uses of DeleteFriendRequest in io.gs2.friend.request
Methods in io.gs2.friend.request that return DeleteFriendRequestModifier and TypeMethodDescriptionstatic DeleteFriendRequestDeleteFriendRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DeleteFriendRequest.withAccessToken(String accessToken) DeleteFriendRequest.withDuplicationAvoider(String duplicationAvoider) DeleteFriendRequest.withNamespaceName(String namespaceName) DeleteFriendRequest.withTargetUserId(String targetUserId)