Package com.github.twitch4j.helix.domain
Class Follow
java.lang.Object
com.github.twitch4j.helix.domain.Follow
Follow
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Deprecated.in favor of getFollowedAtInstantDate and time when the from_id user followed the to_id user.ID of the user following the to_id user.Login of the user following the to_id user.Login name corresponding to from_id.getToId()
ID of the user being followed by the from_id user.Login of the user being followed by the from_id user.Login name corresponding to to_id.int
hashCode()
toString()
-
Constructor Details
-
Follow
public Follow()
-
-
Method Details
-
getFollowedAt
Deprecated.in favor of getFollowedAtInstant- Returns:
- the date and time when the from_id user followed the to_id user.
-
getFromId
ID of the user following the to_id user. -
getFromLogin
Login of the user following the to_id user. -
getFromName
Login name corresponding to from_id. -
getToId
ID of the user being followed by the from_id user. -
getToLogin
Login of the user being followed by the from_id user. -
getToName
Login name corresponding to to_id. -
getFollowedAtInstant
Date and time when the from_id user followed the to_id user. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-