Uses of Interface
org.javacord.api.entity.message.component.internal.TextInputBuilderDelegate
-
Packages that use TextInputBuilderDelegate Package Description org.javacord.api.entity.message.component org.javacord.api.util.internal -
-
Uses of TextInputBuilderDelegate in org.javacord.api.entity.message.component
Methods in org.javacord.api.entity.message.component that return TextInputBuilderDelegate Modifier and Type Method Description TextInputBuilderDelegateTextInputBuilder. getDelegate()Gets the delegate used by the component builder internally. -
Uses of TextInputBuilderDelegate in org.javacord.api.util.internal
Methods in org.javacord.api.util.internal that return TextInputBuilderDelegate Modifier and Type Method Description static TextInputBuilderDelegateDelegateFactory. createTextInputBuilderDelegate()Creates a new TextInput builder delegate.TextInputBuilderDelegateDelegateFactoryDelegate. createTextInputBuilderDelegate()Creates a new TextInput builder delegate.
-