Class ChannelType.ChannelTypeUpdateRequestData

  • Enclosing class:
    ChannelType

    public static class ChannelType.ChannelTypeUpdateRequestData
    extends java.lang.Object
    • Field Detail

      • typingEvents

        @Nullable
        protected @Nullable java.lang.Boolean typingEvents
      • readEvents

        @Nullable
        protected @Nullable java.lang.Boolean readEvents
      • reminders

        @Nullable
        protected @Nullable java.lang.Boolean reminders
      • connectEvents

        @Nullable
        protected @Nullable java.lang.Boolean connectEvents
      • search

        @Nullable
        protected @Nullable java.lang.Boolean search
      • reactions

        @Nullable
        protected @Nullable java.lang.Boolean reactions
      • replies

        @Nullable
        protected @Nullable java.lang.Boolean replies
      • quotes

        @Nullable
        protected @Nullable java.lang.Boolean quotes
      • uploads

        @Nullable
        protected @Nullable java.lang.Boolean uploads
      • urlEnrichment

        @Nullable
        protected @Nullable java.lang.Boolean urlEnrichment
      • customEvents

        @Nullable
        protected @Nullable java.lang.Boolean customEvents
      • mutes

        @Nullable
        protected @Nullable java.lang.Boolean mutes
      • pushNotifications

        @Nullable
        protected @Nullable java.lang.Boolean pushNotifications
      • messageRetention

        @Nullable
        protected @Nullable java.lang.String messageRetention
      • maxMessageLength

        @Nullable
        protected @Nullable java.lang.Integer maxMessageLength
      • markMessagesPending

        @Nullable
        protected @Nullable java.lang.Boolean markMessagesPending
      • blocklist

        @Nullable
        protected @Nullable java.lang.String blocklist
      • commands

        @Nullable
        protected @Nullable java.util.List<java.lang.String> commands
      • grants

        @Nullable
        protected @Nullable java.util.Map<java.lang.String,​java.util.List<java.lang.String>> grants
    • Method Detail

      • getTypingEvents

        @Nullable
        public @Nullable java.lang.Boolean getTypingEvents()
      • getReadEvents

        @Nullable
        public @Nullable java.lang.Boolean getReadEvents()
      • getReminders

        @Nullable
        public @Nullable java.lang.Boolean getReminders()
      • getConnectEvents

        @Nullable
        public @Nullable java.lang.Boolean getConnectEvents()
      • getSearch

        @Nullable
        public @Nullable java.lang.Boolean getSearch()
      • getReactions

        @Nullable
        public @Nullable java.lang.Boolean getReactions()
      • getReplies

        @Nullable
        public @Nullable java.lang.Boolean getReplies()
      • getQuotes

        @Nullable
        public @Nullable java.lang.Boolean getQuotes()
      • getUploads

        @Nullable
        public @Nullable java.lang.Boolean getUploads()
      • getUrlEnrichment

        @Nullable
        public @Nullable java.lang.Boolean getUrlEnrichment()
      • getCustomEvents

        @Nullable
        public @Nullable java.lang.Boolean getCustomEvents()
      • getMutes

        @Nullable
        public @Nullable java.lang.Boolean getMutes()
      • getPushNotifications

        @Nullable
        public @Nullable java.lang.Boolean getPushNotifications()
      • getMessageRetention

        @Nullable
        public @Nullable java.lang.String getMessageRetention()
      • getMaxMessageLength

        @Nullable
        public @Nullable java.lang.Integer getMaxMessageLength()
      • getMarkMessagesPending

        @Nullable
        public @Nullable java.lang.Boolean getMarkMessagesPending()
      • getBlocklist

        @Nullable
        public @Nullable java.lang.String getBlocklist()
      • getCommands

        @Nullable
        public @Nullable java.util.List<java.lang.String> getCommands()
      • getGrants

        @Nullable
        public @Nullable java.util.Map<java.lang.String,​java.util.List<java.lang.String>> getGrants()
      • getCountMessages

        @Nullable
        public @Nullable java.lang.Boolean getCountMessages()
      • 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