Class PollData.PollSettings
java.lang.Object
com.github.twitch4j.pubsub.domain.PollData.PollSettings
- Enclosing class:
- PollData
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Deprecated.int
hashCode()
void
setBitsVotes
(PollData.PollSettings.Setting bitsVotes) Deprecated.void
setChannelPointsVotes
(PollData.PollSettings.Setting channelPointsVotes) Deprecated.void
setMultiChoice
(PollData.PollSettings.Setting multiChoice) Deprecated.void
setSubscriberMultiplier
(PollData.PollSettings.Setting subscriberMultiplier) Deprecated.void
setSubscriberOnly
(PollData.PollSettings.Setting subscriberOnly) Deprecated.toString()
-
Constructor Details
-
PollSettings
public PollSettings()
-
-
Method Details
-
getMultiChoice
-
getSubscriberOnly
-
getSubscriberMultiplier
-
getChannelPointsVotes
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
setMultiChoice
Deprecated. -
setSubscriberOnly
Deprecated. -
setSubscriberMultiplier
Deprecated. -
setBitsVotes
Deprecated. -
setChannelPointsVotes
Deprecated. -
getBitsVotes
Deprecated.
-