Uses of Enum Class
dev.sympho.modular_commands.api.command.ReplyManager.EphemeralType
Packages that use ReplyManager.EphemeralType
Package
Description
APIs related to defining a command.
Internal implementation-specific classes.
Implementations for command contexts.
Builders for various types.
-
Uses of ReplyManager.EphemeralType in dev.sympho.modular_commands.api.command
Methods in dev.sympho.modular_commands.api.command that return ReplyManager.EphemeralTypeModifier and TypeMethodDescriptionCommand.ephemeralReply()The type of ephemeral response to use, if any.static ReplyManager.EphemeralTypeReturns the enum constant of this class with the specified name.static ReplyManager.EphemeralType[]ReplyManager.EphemeralType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.sympho.modular_commands.api.command with parameters of type ReplyManager.EphemeralTypeModifier and TypeMethodDescriptionReplyManager.setEphemeral(ReplyManager.EphemeralType ephemeral) Sets whether new replies should be ephemeral. -
Uses of ReplyManager.EphemeralType in dev.sympho.modular_commands.impl
Methods in dev.sympho.modular_commands.impl that return ReplyManager.EphemeralTypeModifier and TypeMethodDescriptionCommandImpl.ephemeralReply()Returns the value of theephemeralReplyrecord component.Constructors in dev.sympho.modular_commands.impl with parameters of type ReplyManager.EphemeralTypeModifierConstructorDescriptionCommandImpl(Command.Scope scope, boolean callable, Invocation parent, @MatchesRegex("(?U)^[-_\\p{L}\\p{N}\\p{sc=Deva}\\p{sc=Thai}]{1,32}+$") String name, Set<@MatchesRegex("(?U)^[-_\\p{L}\\p{N}\\p{sc=Deva}\\p{sc=Thai}]{1,32}+$") String> aliases, @MatchesRegex("(?U)^[ -_\\p{L}\\p{N}\\p{sc=Deva}\\p{sc=Thai}]{1,32}+$") String displayName, @MatchesRegex("(?Us)^.{1,100}+$") String description, List<Parameter<?>> parameters, Group requiredGroup, boolean skipGroupCheckOnInteraction, boolean requireParentGroups, boolean nsfw, boolean privateReply, ReplyManager.EphemeralType ephemeralReply, boolean inheritSettings, boolean invokeParent, H handlers) Initializes a new instance. -
Uses of ReplyManager.EphemeralType in dev.sympho.modular_commands.impl.context
Methods in dev.sympho.modular_commands.impl.context with parameters of type ReplyManager.EphemeralTypeModifier and TypeMethodDescriptionMessageReplyManager.setEphemeral(ReplyManager.EphemeralType ephemeral) -
Uses of ReplyManager.EphemeralType in dev.sympho.modular_commands.utils.builder
Fields in dev.sympho.modular_commands.utils.builder declared as ReplyManager.EphemeralTypeModifier and TypeFieldDescriptionstatic final ReplyManager.EphemeralTypeCommandBuilder.DEFAULT_EPHEMERALDefault forCommandBuilder.setEphemeralReply(EphemeralType)(NONE).protected ReplyManager.EphemeralTypeCommandBuilder.ephemeralReplyThe type of ephemeral response to use, if any.Methods in dev.sympho.modular_commands.utils.builder with parameters of type ReplyManager.EphemeralTypeModifier and TypeMethodDescriptionCommandBuilder.setEphemeralReply(@Nullable ReplyManager.EphemeralType ephemeralReply) Sets the type of ephemeral response to use, if any.