Package io.getstream.chat.android.models
Class Answer
-
- All Implemented Interfaces:
@Immutable() public final class AnswerThe Answer object represents an answer in a poll.
-
-
Method Summary
Modifier and Type Method Description final StringgetId()The unique identifier of the answer. final StringgetPollId()The unique identifier of the poll. final StringgetText()The text of the answer. final DategetCreatedAt()The creation date of the answer. final DategetUpdatedAt()The last update date of the answer. final UsergetUser()The user who sent the answer. -
-
Method Detail
-
getCreatedAt
final Date getCreatedAt()
The creation date of the answer.
-
getUpdatedAt
final Date getUpdatedAt()
The last update date of the answer.
-
-
-
-