Klasse Follow

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

public class Follow extends Object
Follow
  • Konstruktordetails

    • Follow

      public Follow()
  • Methodendetails

    • getFollowedAt

      @Deprecated public LocalDateTime getFollowedAt()
      Veraltet.
      in favor of getFollowedAtInstant
      Gibt zurück:
      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)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object