Class Answer

  • All Implemented Interfaces:

    @Immutable() 
    public final class Answer
    
                        

    The Answer object represents an answer in a poll.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getId() The unique identifier of the answer.
      final String getPollId() The unique identifier of the poll.
      final String getText() The text of the answer.
      final Date getCreatedAt() The creation date of the answer.
      final Date getUpdatedAt() The last update date of the answer.
      final User getUser() The user who sent the answer.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait