Uses of Class
org.javacord.api.interaction.InteractionType
-
Packages that use InteractionType Package Description org.javacord.api.interaction -
-
Uses of InteractionType in org.javacord.api.interaction
Methods in org.javacord.api.interaction that return InteractionType Modifier and Type Method Description static InteractionTypeInteractionType. fromValue(int value)Gets anInteractionTypeby its value.InteractionTypeInteractionBase. getType()Gets the type of the interaction.InteractionTypeMessageInteraction. getType()Gets the type of the interaction.static InteractionTypeInteractionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InteractionType[]InteractionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-