Package org.openapitools.client.models
Class ChannelConfigWithInfo
-
- All Implemented Interfaces:
public final class ChannelConfigWithInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classChannelConfigWithInfo.AutomodValues: disabled,simple,aI
public classChannelConfigWithInfo.AutomodBehaviorValues: flag,block,shadowBlock
public classChannelConfigWithInfo.BlocklistBehaviorValues: flag,block,shadowBlock
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ChannelConfigWithInfo(ChannelConfigWithInfo.Automod automod, ChannelConfigWithInfo.AutomodBehavior automodBehavior, List<Command> commands, Boolean connectEvents, OffsetDateTime createdAt, Boolean customEvents, Boolean markMessagesPending, Integer maxMessageLength, Boolean mutes, String name, Boolean polls, Boolean pushNotifications, Boolean quotes, Boolean reactions, Boolean readEvents, Boolean reminders, Boolean replies, Boolean search, Boolean typingEvents, OffsetDateTime updatedAt, Boolean uploads, Boolean urlEnrichment, List<String> allowedFlagReasons, Thresholds automodThresholds, String blocklist, ChannelConfigWithInfo.BlocklistBehavior blocklistBehavior, List<BlockListOptions> blocklists, Map<String, List<String>> grants)
-
Method Summary
-
-
Constructor Detail
-
ChannelConfigWithInfo
ChannelConfigWithInfo(ChannelConfigWithInfo.Automod automod, ChannelConfigWithInfo.AutomodBehavior automodBehavior, List<Command> commands, Boolean connectEvents, OffsetDateTime createdAt, Boolean customEvents, Boolean markMessagesPending, Integer maxMessageLength, Boolean mutes, String name, Boolean polls, Boolean pushNotifications, Boolean quotes, Boolean reactions, Boolean readEvents, Boolean reminders, Boolean replies, Boolean search, Boolean typingEvents, OffsetDateTime updatedAt, Boolean uploads, Boolean urlEnrichment, List<String> allowedFlagReasons, Thresholds automodThresholds, String blocklist, ChannelConfigWithInfo.BlocklistBehavior blocklistBehavior, List<BlockListOptions> blocklists, Map<String, List<String>> grants)
-
-
Method Detail
-
getAutomod
final ChannelConfigWithInfo.Automod getAutomod()
-
getAutomodBehavior
final ChannelConfigWithInfo.AutomodBehavior getAutomodBehavior()
-
getCommands
final List<Command> getCommands()
-
getConnectEvents
final Boolean getConnectEvents()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getCustomEvents
final Boolean getCustomEvents()
-
getMarkMessagesPending
final Boolean getMarkMessagesPending()
-
getMaxMessageLength
final Integer getMaxMessageLength()
-
getPushNotifications
final Boolean getPushNotifications()
-
getReactions
final Boolean getReactions()
-
getReadEvents
final Boolean getReadEvents()
-
getReminders
final Boolean getReminders()
-
getReplies
final Boolean getReplies()
-
getTypingEvents
final Boolean getTypingEvents()
-
getUpdatedAt
final OffsetDateTime getUpdatedAt()
-
getUploads
final Boolean getUploads()
-
getUrlEnrichment
final Boolean getUrlEnrichment()
-
getAllowedFlagReasons
final List<String> getAllowedFlagReasons()
-
getAutomodThresholds
final Thresholds getAutomodThresholds()
-
getBlocklist
final String getBlocklist()
-
getBlocklistBehavior
final ChannelConfigWithInfo.BlocklistBehavior getBlocklistBehavior()
-
getBlocklists
final List<BlockListOptions> getBlocklists()
-
-
-
-