Package io.getstream.chat.java.models
Class ChannelType.ChannelTypeCreateRequestData
- java.lang.Object
-
- io.getstream.chat.java.models.ChannelType.ChannelTypeCreateRequestData
-
- Enclosing class:
- ChannelType
public static class ChannelType.ChannelTypeCreateRequestData extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChannelType.ChannelTypeCreateRequestData.ChannelTypeCreateRequest
-
Field Summary
Fields Modifier and Type Field Description protected @Nullable ChannelType.AutoMod
automod
protected @Nullable ChannelType.AutoModBehavior
automodBehavior
protected @Nullable java.lang.String
blocklist
protected @Nullable ChannelType.BlocklistBehavior
blocklistBehavior
protected @Nullable java.util.List<java.lang.String>
commands
protected @Nullable java.lang.Boolean
connectEvents
protected @Nullable java.lang.Boolean
customEvents
protected @Nullable java.util.Map<java.lang.String,java.util.List<java.lang.String>>
grants
protected @Nullable java.lang.Boolean
markMessagesPending
protected @Nullable java.lang.Integer
maxMessageLength
protected @Nullable java.lang.String
messageRetention
protected @Nullable java.lang.Boolean
mutes
protected @Nullable java.util.List<ChannelType.PermissionRequestObject>
permissions
protected @Nullable java.lang.Boolean
pushNotifications
protected @Nullable java.lang.Boolean
quotes
protected @Nullable java.lang.Boolean
reactions
protected @Nullable java.lang.Boolean
readEvents
protected @Nullable java.lang.Boolean
reminders
protected @Nullable java.lang.Boolean
replies
protected @Nullable java.lang.Boolean
search
protected @Nullable java.lang.Boolean
typingEvents
protected @Nullable java.lang.Boolean
uploads
protected @Nullable java.lang.Boolean
urlEnrichment
-
Constructor Summary
Constructors Constructor Description ChannelTypeCreateRequestData()
-
-
-
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
-
automod
@Nullable protected @Nullable ChannelType.AutoMod automod
-
automodBehavior
@Nullable protected @Nullable ChannelType.AutoModBehavior automodBehavior
-
blocklist
@Nullable protected @Nullable java.lang.String blocklist
-
blocklistBehavior
@Nullable protected @Nullable ChannelType.BlocklistBehavior blocklistBehavior
-
commands
@Nullable protected @Nullable java.util.List<java.lang.String> commands
-
permissions
@Nullable protected @Nullable java.util.List<ChannelType.PermissionRequestObject> permissions
-
grants
@Nullable protected @Nullable java.util.Map<java.lang.String,java.util.List<java.lang.String>> grants
-
-