Class InteractionCallbackResponseImpl
java.lang.Object
net.dv8tion.jda.internal.interactions.response.InteractionCallbackResponseImpl
- All Implemented Interfaces:
InteractionCallbackResponse
-
Constructor Summary
ConstructorsConstructorDescriptionInteractionCallbackResponseImpl
(InteractionHookImpl hook, DataObject resource) -
Method Summary
Modifier and TypeMethodDescriptionReturns theMessage
contained in this callback response, ornull
if none was created or updated by the response.Returns theResponseType
that was used for replying to the interaction.
-
Constructor Details
-
InteractionCallbackResponseImpl
-
-
Method Details
-
getMessage
Description copied from interface:InteractionCallbackResponse
Returns theMessage
contained in this callback response, ornull
if none was created or updated by the response.- Specified by:
getMessage
in interfaceInteractionCallbackResponse
- Returns:
- Message contained in this callback response, or null.
-
getResponseType
Description copied from interface:InteractionCallbackResponse
Returns theResponseType
that was used for replying to the interaction.- Specified by:
getResponseType
in interfaceInteractionCallbackResponse
- Returns:
- ResponseType that was used for replying to the interaction.
-