Class ChannelType.ChannelTypeCreateRequestData

java.lang.Object
io.getstream.chat.java.models.ChannelType.ChannelTypeCreateRequestData
Enclosing class:
ChannelType

public static class ChannelType.ChannelTypeCreateRequestData extends Object
  • Field Details

    • typingEvents

      @Nullable protected Boolean typingEvents
    • readEvents

      @Nullable protected Boolean readEvents
    • reminders

      @Nullable protected Boolean reminders
    • connectEvents

      @Nullable protected Boolean connectEvents
    • reactions

      @Nullable protected Boolean reactions
    • replies

      @Nullable protected Boolean replies
    • quotes

      @Nullable protected Boolean quotes
    • uploads

      @Nullable protected Boolean uploads
    • urlEnrichment

      @Nullable protected Boolean urlEnrichment
    • customEvents

      @Nullable protected Boolean customEvents
    • mutes

      @Nullable protected Boolean mutes
    • pushNotifications

      @Nullable protected Boolean pushNotifications
    • messageRetention

      @Nullable protected String messageRetention
    • maxMessageLength

      @Nullable protected Integer maxMessageLength
    • markMessagesPending

      @Nullable protected Boolean markMessagesPending
    • automod

      @Nullable protected ChannelType.AutoMod automod
    • automodBehavior

      @Nullable protected ChannelType.AutoModBehavior automodBehavior
    • blocklist

      @Nullable protected String blocklist
    • blocklistBehavior

      @Nullable protected ChannelType.BlocklistBehavior blocklistBehavior
    • commands

      @Nullable protected List<String> commands
    • permissions

      @Nullable protected List<ChannelType.PermissionRequestObject> permissions
    • grants

      @Nullable protected Map<String,List<String>> grants
  • Constructor Details

    • ChannelTypeCreateRequestData

      public ChannelTypeCreateRequestData()