Package io.getstream.chat.java.models
Class ChannelType.ChannelTypeUpdateRequestData
- java.lang.Object
-
- io.getstream.chat.java.models.ChannelType.ChannelTypeUpdateRequestData
-
- Enclosing class:
- ChannelType
public static class ChannelType.ChannelTypeUpdateRequestData extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelType.ChannelTypeUpdateRequestData.ChannelTypeUpdateRequest
-
Field Summary
Fields Modifier and Type Field Description protected ChannelType.AutoModautomodprotected ChannelType.AutoModBehaviorautomodBehaviorprotected java.util.Map<java.lang.String,ChannelType.ThresholdRequestObject>automodThresholdsprotected java.lang.Stringblocklistprotected ChannelType.BlocklistBehaviorblocklistBehaviorprotected java.util.List<java.lang.String>commandsprotected java.lang.BooleanconnectEventsprotected java.lang.BooleancustomEventsprotected java.util.Map<java.lang.String,java.util.List<java.lang.String>>grantsprotected java.lang.BooleanmarkMessagesPendingprotected java.lang.IntegermaxMessageLengthprotected java.lang.StringmessageRetentionprotected java.lang.Booleanmutesprotected java.util.List<ChannelType.PermissionRequestObject>permissionsprotected java.lang.BooleanpushNotificationsprotected java.lang.Booleanquotesprotected java.lang.Booleanreactionsprotected java.lang.BooleanreadEventsprotected java.lang.Booleanremindersprotected java.lang.Booleanrepliesprotected java.lang.Booleansearchprotected java.lang.BooleantypingEventsprotected java.lang.Booleanuploadsprotected java.lang.BooleanurlEnrichment
-
Constructor Summary
Constructors Constructor Description ChannelTypeUpdateRequestData()
-
-
-
Field Detail
-
typingEvents
@Nullable protected java.lang.Boolean typingEvents
-
readEvents
@Nullable protected java.lang.Boolean readEvents
-
reminders
@Nullable protected java.lang.Boolean reminders
-
connectEvents
@Nullable protected java.lang.Boolean connectEvents
-
search
@Nullable protected java.lang.Boolean search
-
reactions
@Nullable protected java.lang.Boolean reactions
-
replies
@Nullable protected java.lang.Boolean replies
-
quotes
@Nullable protected java.lang.Boolean quotes
-
uploads
@Nullable protected java.lang.Boolean uploads
-
urlEnrichment
@Nullable protected java.lang.Boolean urlEnrichment
-
customEvents
@Nullable protected java.lang.Boolean customEvents
-
mutes
@Nullable protected java.lang.Boolean mutes
-
pushNotifications
@Nullable protected java.lang.Boolean pushNotifications
-
messageRetention
@Nullable protected java.lang.String messageRetention
-
maxMessageLength
@Nullable protected java.lang.Integer maxMessageLength
-
markMessagesPending
@Nullable protected java.lang.Boolean markMessagesPending
-
automod
@Nullable protected ChannelType.AutoMod automod
-
automodBehavior
@Nullable protected ChannelType.AutoModBehavior automodBehavior
-
blocklist
@Nullable protected java.lang.String blocklist
-
blocklistBehavior
@Nullable protected ChannelType.BlocklistBehavior blocklistBehavior
-
automodThresholds
@Nullable protected java.util.Map<java.lang.String,ChannelType.ThresholdRequestObject> automodThresholds
-
commands
@Nullable protected java.util.List<java.lang.String> commands
-
permissions
@Nullable protected java.util.List<ChannelType.PermissionRequestObject> permissions
-
grants
@Nullable protected java.util.Map<java.lang.String,java.util.List<java.lang.String>> grants
-
-