Klasse PollChoice
java.lang.Object
com.github.twitch4j.eventsub.domain.PollChoice
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic PollChoice.PollChoiceBuilderbuilder()protected booleanbooleanVeraltet.Twitch no longer supports bits on polls.Number of votes received via Channel Points.getId()ID for the choice.getTitle()Text displayed for the choice.getVotes()Total number of votes received for the choice across all methods of voting.inthashCode()toString()withBitsVotes(@Nullable Integer bitsVotes) Veraltet.Twitch no longer supports bits on polls.withChannelPointsVotes(@Nullable Integer channelPointsVotes) Number of votes received via Channel Points.ID for the choice.Text displayed for the choice.Total number of votes received for the choice across all methods of voting.
-
Konstruktordetails
-
PollChoice
public PollChoice() -
PollChoice
-
-
Methodendetails
-
builder
-
toBuilder
-
withId
ID for the choice.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withTitle
Text displayed for the choice. Maximum: 25 characters.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withVotes
Total number of votes received for the choice across all methods of voting.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withChannelPointsVotes
Number of votes received via Channel Points.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withBitsVotes
Veraltet.Twitch no longer supports bits on polls.Number of votes received via Bits.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
getId
ID for the choice. -
getTitle
Text displayed for the choice. Maximum: 25 characters. -
getVotes
Total number of votes received for the choice across all methods of voting. -
getChannelPointsVotes
Number of votes received via Channel Points. -
getBitsVotes
Veraltet.Twitch no longer supports bits on polls.Number of votes received via Bits. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-