Class StageInstanceManagerImpl
java.lang.Object
net.dv8tion.jda.internal.requests.RestActionImpl<Void>
net.dv8tion.jda.internal.requests.restaction.AuditableRestActionImpl<Void>
net.dv8tion.jda.internal.managers.ManagerBase<StageInstanceManager>
net.dv8tion.jda.internal.managers.StageInstanceManagerImpl
- All Implemented Interfaces:
Manager<StageInstanceManager>
,StageInstanceManager
,RestAction<Void>
,AuditableRestAction<Void>
public class StageInstanceManagerImpl
extends ManagerBase<StageInstanceManager>
implements StageInstanceManager
-
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.StageInstanceManager
TOPIC
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe associatedStageInstance
Sets the topic for this stage instance.Methods inherited from class net.dv8tion.jda.internal.managers.ManagerBase
complete, deadline, isPermissionChecksEnabled, queue, reset, reset, reset, 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.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.StageInstanceManager
reset, reset
-
Constructor Details
-
StageInstanceManagerImpl
-
-
Method Details
-
getStageInstance
Description copied from interface:StageInstanceManager
The associatedStageInstance
- Specified by:
getStageInstance
in interfaceStageInstanceManager
- Returns:
- The
StageInstance
-
setTopic
Description copied from interface:StageInstanceManager
Sets the topic for this stage instance.
This shows up in stage discovery and in the stage view.- Specified by:
setTopic
in interfaceStageInstanceManager
- Parameters:
topic
- The topic or null to reset, must be 1-120 characters long- Returns:
- StageInstanceManager for chaining convenience
-