Class Follow


  • public class Follow
    extends java.lang.Object
    Follow
    • Constructor Summary

      Constructors 
      Constructor Description
      Follow()  
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.time.LocalDateTime getFollowedAt()
      Deprecated.
      in favor of getFollowedAtInstant
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Follow

        public Follow()
    • Method Detail

      • getFollowedAt

        @Deprecated
        public java.time.LocalDateTime getFollowedAt()
        Deprecated.
        in favor of getFollowedAtInstant
        Returns:
        the date and time when the from_id user followed the to_id user.