Interface CommandData

All Superinterfaces:
SerializableData
All Known Subinterfaces:
CommandCreateAction, SlashCommandData
All Known Implementing Classes:
CommandCreateActionImpl, CommandDataImpl

public interface CommandData extends SerializableData
Builder for Application Commands.
Use the factory methods provided by Commands to create instances of this interface.
See Also: