Class ProfilePhoto

    • Constructor Detail

      • ProfilePhoto

        public ProfilePhoto​(DataObject photo,
                            TinderClient client)
        Constructs a new ProfilePhoto.
        Parameters:
        photo - the DataObject to construct the ProfilePhoto from
        client - the corresponding TinderClient instance
    • Method Detail

      • hasAssets

        public boolean hasAssets()
        Whether this MatchPhoto has assets.
        Returns:
        true if this MatchPhoto has assets
        See Also:
        MatchPhoto.getAssets()
      • getCreatedAt

        public String getCreatedAt()
        Gets the date the photo was created.
        Returns:
        the date the photo was created
      • getUpdatedAt

        public String getUpdatedAt()
        Gets the date the photo was updated.
        Returns:
        the date the photo was updated
      • getFbId

        public String getFbId()
      • getWebpQf

        public int getWebpQf()
      • getRank

        public int getRank()
      • getScore

        public float getScore()
      • getWinCount

        public int getWinCount()