Interface ComponentBuilder
-
- All Known Subinterfaces:
HighLevelComponentBuilder,LowLevelComponentBuilder
- All Known Implementing Classes:
ActionRowBuilder,ButtonBuilder,SelectMenuBuilder,TextInputBuilder
public interface ComponentBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentBuilderDelegategetDelegate()Get the builder delegate.ComponentTypegetType()Get the type of component being built.
-
-
-
Method Detail
-
getType
ComponentType getType()
Get the type of component being built.- Returns:
- The type of component being built.
-
getDelegate
ComponentBuilderDelegate getDelegate()
Get the builder delegate.- Returns:
- The builder delegate.
-
-