Class ModeratorUnbanRequestAction
java.lang.Object
com.github.twitch4j.pubsub.domain.ModeratorUnbanRequestAction
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The user id of the moderator taking this action.The login name of the moderator taking this action.Whether the unban request was approved or denied.@Nullable String
An optional message provided to the target user by the moderator.The id of the user that created the unban request.The login name of the user that created the unban request.int
hashCode()
toString()
-
Constructor Details
-
ModeratorUnbanRequestAction
public ModeratorUnbanRequestAction()
-
-
Method Details
-
getModerationAction
Whether the unban request was approved or denied. -
getCreatedById
The user id of the moderator taking this action. -
getCreatedByLogin
The login name of the moderator taking this action. -
getModeratorMessage
An optional message provided to the target user by the moderator. -
getTargetUserId
The id of the user that created the unban request. -
getTargetUserLogin
The login name of the user that created the unban request. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-