Uses of Class
com.rednit.tinder4j.api.entities.user.swipeable.LikedUser
-
Packages that use LikedUser Package Description com.rednit.tinder4j.api The API of this wrapper. -
-
Uses of LikedUser in com.rednit.tinder4j.api
Methods in com.rednit.tinder4j.api that return types with arguments of type LikedUser Modifier and Type Method Description RestAction<List<LikedUser>>
TinderClient. getLikedUsers()
Gets aList
ofLikedUsers
from the Tinder API.
-