Class ThreadChannelManagerImpl
java.lang.Object
net.dv8tion.jda.internal.requests.RestActionImpl<Void>
net.dv8tion.jda.internal.requests.restaction.AuditableRestActionImpl<Void>
net.dv8tion.jda.internal.managers.ManagerBase<ThreadChannelManager>
net.dv8tion.jda.internal.managers.channel.ChannelManagerImpl<ThreadChannel,ThreadChannelManager>
net.dv8tion.jda.internal.managers.channel.concrete.ThreadChannelManagerImpl
- All Implemented Interfaces:
ISlowmodeChannelManager<ThreadChannel,
,ThreadChannelManager> ChannelManager<ThreadChannel,
,ThreadChannelManager> ThreadChannelManager
,Manager<ThreadChannelManager>
,RestAction<Void>
,AuditableRestAction<Void>
public class ThreadChannelManagerImpl
extends ChannelManagerImpl<ThreadChannel,ThreadChannelManager>
implements ThreadChannelManager
-
Field Summary
Fields inherited from class net.dv8tion.jda.internal.requests.RestActionImpl
LOG
Fields inherited from interface net.dv8tion.jda.api.requests.restaction.AuditableRestAction
MAX_REASON_LENGTH
Fields inherited from interface net.dv8tion.jda.api.managers.channel.ChannelManager
APPLIED_TAGS, ARCHIVED, AUTO_ARCHIVE_DURATION, AVAILABLE_TAGS, BITRATE, DEFAULT_LAYOUT, DEFAULT_REACTION, DEFAULT_SORT_ORDER, DEFAULT_THREAD_SLOWMODE, HIDE_MEDIA_DOWNLOAD_OPTIONS, INVITEABLE, LOCKED, NAME, NSFW, PARENT, PERMISSION, PINNED, POSITION, REGION, REQUIRE_TAG, SLOWMODE, TOPIC, TYPE, USERLIMIT
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.dv8tion.jda.internal.managers.channel.ChannelManagerImpl
clearOverridesAdded, clearOverridesRemoved, getChannel, putMemberPermissionOverride, putPermissionOverride, putRolePermissionOverride, removePermissionOverride, removePermissionOverride, reset, reset, reset, setAppliedTags, setArchived, setAutoArchiveDuration, setAvailableTags, setBitrate, setDefaultLayout, setDefaultReaction, setDefaultSortOrder, setDefaultThreadSlowmode, setHideMediaDownloadOption, setInvitable, setLocked, setName, setNSFW, setParent, setPinned, setPosition, setRegion, setSlowmode, setTagRequired, setTopic, setType, setUserLimit, sync
Methods inherited from class net.dv8tion.jda.internal.managers.ManagerBase
complete, deadline, isPermissionChecksEnabled, queue, setCheck, setPermissionChecksEnabled, timeout
Methods inherited from class net.dv8tion.jda.internal.requests.restaction.AuditableRestActionImpl
reason
Methods inherited from class net.dv8tion.jda.internal.requests.RestActionImpl
getCheck, getDefaultFailure, getDefaultSuccess, getDefaultTimeout, getJDA, handleResponse, isPassContext, priority, setDefaultFailure, setDefaultSuccess, setDefaultTimeout, setErrorMapper, setPassContext, submit
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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.channel.attribute.ISlowmodeChannelManager
setSlowmode
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, onSuccess, queue, queue, queue, queueAfter, queueAfter, queueAfter, queueAfter, queueAfter, queueAfter, submit, submit, submitAfter, submitAfter, zip
Methods inherited from interface net.dv8tion.jda.api.managers.channel.concrete.ThreadChannelManager
setAppliedTags, setAppliedTags, setArchived, setAutoArchiveDuration, setInvitable, setLocked, setPinned
-
Constructor Details
-
ThreadChannelManagerImpl
-