getAllFriendshipRequestsByUserId
open override fun getAllFriendshipRequestsByUserId(userID: User.UserID): Iterable<FriendshipRequest>
Retrieves all friendship requests of a user.
Return
An iterable containing all the friendship requests of the user.
Parameters
userID
The ID of the user whose friendship requests to retrieve.