Class OutboundFollow

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

public class OutboundFollow extends Object
  • Constructor Details

    • OutboundFollow

      public OutboundFollow()
  • Method Details

    • getBroadcasterId

      public String getBroadcasterId()
      An ID that uniquely identifies the broadcaster that this user is following.
    • getBroadcasterLogin

      public String getBroadcasterLogin()
      The broadcaster’s login name.
    • getBroadcasterName

      public String getBroadcasterName()
      The broadcaster’s display name.
    • getFollowedAt

      public Instant getFollowedAt()
      The UTC timestamp when the user started following the broadcaster.
    • 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