Class Poll.PollCreateRequestData

  • Enclosing class:
    Poll

    public static class Poll.PollCreateRequestData
    extends java.lang.Object
    • Method Detail

      • getId

        @Nullable
        public @Nullable java.lang.String getId()
      • getUserId

        @Nullable
        public @Nullable java.lang.String getUserId()
      • getUser

        @Nullable
        public @Nullable User getUser()
      • getName

        @NotNull
        public @NotNull java.lang.String getName()
      • getDescription

        @Nullable
        public @Nullable java.lang.String getDescription()
      • getEnforceUniqueVote

        @Nullable
        public @Nullable java.lang.Boolean getEnforceUniqueVote()
      • getMaxVotesAllowed

        @Nullable
        public @Nullable java.lang.Integer getMaxVotesAllowed()
      • getAllowUserSuggestedOptions

        @Nullable
        public @Nullable java.lang.Boolean getAllowUserSuggestedOptions()
      • getAllowAnswers

        @Nullable
        public @Nullable java.lang.Boolean getAllowAnswers()
      • getIsClosed

        @Nullable
        public @Nullable java.lang.Boolean getIsClosed()
      • getCustom

        @Nullable
        public @Nullable java.util.Map<java.lang.String,​java.lang.Object> getCustom()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object