Interface ThreadChannelManager
-
- All Superinterfaces:
AuditableRestAction<Void>
,ChannelManager<ThreadChannel,ThreadChannelManager>
,Manager<ThreadChannelManager>
,RestAction<Void>
public interface ThreadChannelManager extends ChannelManager<ThreadChannel,ThreadChannelManager>
-
-
Field Summary
-
Fields inherited from interface net.dv8tion.jda.api.managers.channel.ChannelManager
ARCHIVED, AUTO_ARCHIVE_DURATION, BITRATE, INVITEABLE, LOCKED, NAME, NSFW, PARENT, PERMISSION, POSITION, REGION, SLOWMODE, TOPIC, TYPE, USERLIMIT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThreadChannelManager
setArchived(boolean archived)
ThreadChannelManager
setAutoArchiveDuration(ThreadChannel.AutoArchiveDuration autoArchiveDuration)
ThreadChannelManager
setInvitable(boolean invitable)
ThreadChannelManager
setLocked(boolean locked)
ThreadChannelManager
setSlowmode(int slowmode)
-
Methods inherited from interface net.dv8tion.jda.api.requests.restaction.AuditableRestAction
reason
-
Methods inherited from interface net.dv8tion.jda.api.managers.channel.ChannelManager
getChannel, getGuild, reset, reset, setName
-
Methods inherited from interface net.dv8tion.jda.api.managers.Manager
deadline, reset, setCheck, timeout
-
Methods inherited from interface net.dv8tion.jda.api.requests.RestAction
addCheck, and, and, complete, complete, completeAfter, delay, delay, delay, delay, flatMap, flatMap, getCheck, getJDA, map, mapToResult, onErrorFlatMap, onErrorFlatMap, onErrorMap, onErrorMap, queue, queue, queue, queueAfter, queueAfter, queueAfter, queueAfter, queueAfter, queueAfter, submit, submit, submitAfter, submitAfter, zip
-
-
-
-
Method Detail
-
setSlowmode
ThreadChannelManager setSlowmode(int slowmode)
-
setAutoArchiveDuration
ThreadChannelManager setAutoArchiveDuration(ThreadChannel.AutoArchiveDuration autoArchiveDuration)
-
setArchived
ThreadChannelManager setArchived(boolean archived)
-
setLocked
ThreadChannelManager setLocked(boolean locked)
-
setInvitable
ThreadChannelManager setInvitable(boolean invitable)
-
-