Class UnbanRequest
java.lang.Object
com.github.twitch4j.eventsub.domain.moderation.UserTarget
com.github.twitch4j.eventsub.domain.moderation.UnbanRequest
-
Constructor Summary
-
Method Summary
Methods inherited from class com.github.twitch4j.eventsub.domain.moderation.UserTarget
getUserId, getUserLogin, getUserName
-
Constructor Details
-
UnbanRequest
public UnbanRequest()
-
-
Method Details
-
getModeratorMessage
The optional message included by the moderator explaining their approval or denial. -
isApproved
public boolean isApproved()Whether the unban request was approved or denied. -
toString
- Overrides:
toString
in classUserTarget
-
equals
- Overrides:
equals
in classUserTarget
-
canEqual
- Overrides:
canEqual
in classUserTarget
-
hashCode
public int hashCode()- Overrides:
hashCode
in classUserTarget
-