Class DeferrableCallbackActionImpl
java.lang.Object
net.dv8tion.jda.internal.requests.RestActionImpl<InteractionHook>
net.dv8tion.jda.internal.requests.restaction.interactions.InteractionCallbackImpl<InteractionHook>
net.dv8tion.jda.internal.requests.restaction.interactions.DeferrableCallbackActionImpl
- All Implemented Interfaces:
RestAction<InteractionHook>
,InteractionCallbackAction<InteractionHook>
- Direct Known Subclasses:
MessageEditCallbackActionImpl
,ReplyCallbackActionImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.dv8tion.jda.api.requests.restaction.interactions.InteractionCallbackAction
InteractionCallbackAction.ResponseType
-
Field Summary
Fields inherited from class net.dv8tion.jda.internal.requests.RestActionImpl
LOG
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.dv8tion.jda.internal.requests.restaction.interactions.InteractionCallbackImpl
closeResources, handleResponse, queue, submit
Methods inherited from class net.dv8tion.jda.internal.requests.RestActionImpl
complete, deadline, getCheck, getDefaultFailure, getDefaultSuccess, getDefaultTimeout, getJDA, isPassContext, priority, setCheck, setDefaultFailure, setDefaultSuccess, setDefaultTimeout, setErrorMapper, setPassContext
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
addCheck, and, and, complete, complete, completeAfter, deadline, delay, delay, delay, delay, flatMap, flatMap, getCheck, getJDA, map, mapToResult, onErrorFlatMap, onErrorFlatMap, onErrorMap, onErrorMap, onSuccess, queue, queue, queueAfter, queueAfter, queueAfter, queueAfter, queueAfter, queueAfter, setCheck, submit, submitAfter, submitAfter, timeout, zip
-
Constructor Details
-
DeferrableCallbackActionImpl
-