Uses of Class
com.rednit.tinder4j.api.entities.photo.MatchPhoto
-
Packages that use MatchPhoto Package Description com.rednit.tinder4j.api.entities Models for all Tinder entities.com.rednit.tinder4j.api.entities.user -
-
Uses of MatchPhoto in com.rednit.tinder4j.api.entities
Methods in com.rednit.tinder4j.api.entities that return types with arguments of type MatchPhoto Modifier and Type Method Description Optional<MatchPhoto>
Match. getLikedContent()
Gets theMatchPhoto
one of the participants liked. -
Uses of MatchPhoto in com.rednit.tinder4j.api.entities.user
Methods in com.rednit.tinder4j.api.entities.user that return types with arguments of type MatchPhoto Modifier and Type Method Description List<MatchPhoto>
MatchedUser. getMatchPhotos()
Gets aList
ofMatchPhotos
.
-