Package com.github.twitch4j.helix.domain
Klasse BanUsersResult
java.lang.Object
com.github.twitch4j.helix.domain.BanUsersResult
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanThe broadcaster whose chat room the user was banned from chatting in.The UTC date and time (in RFC3999 format) when the ban was created.The UTC date and time (in RFC3339 format) that the timeout will end.The moderator that banned or put the user in the timeout.The user that was banned or was put in a timeout.inthashCode()toString()
-
Konstruktordetails
-
BanUsersResult
public BanUsersResult()
-
-
Methodendetails
-
getBroadcasterId
The broadcaster whose chat room the user was banned from chatting in. -
getModeratorId
The moderator that banned or put the user in the timeout. -
getUserId
The user that was banned or was put in a timeout. -
getCreatedAt
The UTC date and time (in RFC3999 format) when the ban was created. -
getEndTime
The UTC date and time (in RFC3339 format) that the timeout will end. Is null if the user was banned instead of put in a timeout. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-