Package com.github.twitch4j.helix.domain
Class UnbanRequest
java.lang.Object
com.github.twitch4j.helix.domain.UnbanRequest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
User ID of broadcaster whose channel is receiving the unban request.The broadcaster's login name.The broadcaster's display name.Timestamp of when the unban request was created.getId()
Unban request ID.User ID of moderator who approved/denied the request.User login name of moderator who approved/denied the request.User display name of moderator who approved/denied the request.@Nullable String
Text input by the resolver (moderator) of the unban request.@Nullable Instant
Timestamp of when moderator/broadcaster approved or denied the request.Status of the request.getText()
Text of the request from the requesting user.User ID of the requester who is asking for an unban.User login name of the requester who is asking for an unban.User display name of the requester who is asking for an unban.int
hashCode()
toString()
-
Constructor Details
-
UnbanRequest
public UnbanRequest()
-
-
Method Details
-
getId
Unban request ID. -
getBroadcasterId
User ID of broadcaster whose channel is receiving the unban request. -
getBroadcasterLogin
The broadcaster's login name. -
getBroadcasterName
The broadcaster's display name. -
getModeratorId
User ID of moderator who approved/denied the request.Can be an empty string otherwise.
-
getModeratorLogin
User login name of moderator who approved/denied the request.Can be an empty string otherwise.
-
getModeratorName
User display name of moderator who approved/denied the request.Can be an empty string otherwise.
-
getUserId
User ID of the requester who is asking for an unban. -
getUserLogin
User login name of the requester who is asking for an unban. -
getUserName
User display name of the requester who is asking for an unban. -
getText
Text of the request from the requesting user. -
getStatus
Status of the request. -
getCreatedAt
Timestamp of when the unban request was created. -
getResolvedAt
Timestamp of when moderator/broadcaster approved or denied the request. -
getResolutionText
Text input by the resolver (moderator) of the unban request. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-