Class VoteRemovedEvent
-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.HasPoll
public final class VoteRemovedEvent extends CidEvent implements HasPoll
Triggered when a vote is removed.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final DatecreatedAtprivate final StringrawCreatedAtprivate final Stringcidprivate final StringchannelTypeprivate final StringchannelIdprivate final Pollpollprivate final VoteremovedVoteprivate final Integerseq
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetRawCreatedAt()StringgetCid()StringgetChannelType()StringgetChannelId()PollgetPoll()final VotegetRemovedVote()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getRawCreatedAt
String getRawCreatedAt()
-
getChannelType
String getChannelType()
-
getChannelId
String getChannelId()
-
getPoll
Poll getPoll()
-
getRemovedVote
final Vote getRemovedVote()
-
-
-
-