Class Follow

java.lang.Object
com.github.twitch4j.helix.domain.Follow

public class Follow extends Object
Follow
  • Constructor Details

    • Follow

      public Follow()
  • Method Details

    • getFollowedAt

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

      public String getFromId()
      ID of the user following the to_id user.
    • getFromLogin

      public String getFromLogin()
      Login of the user following the to_id user.
    • getFromName

      public String getFromName()
      Login name corresponding to from_id.
    • getToId

      public String getToId()
      ID of the user being followed by the from_id user.
    • getToLogin

      public String getToLogin()
      Login of the user being followed by the from_id user.
    • getToName

      public String getToName()
      Login name corresponding to to_id.
    • getFollowedAtInstant

      public Instant getFollowedAtInstant()
      Date and time when the from_id user followed the to_id user.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object