Class ModalMapping
java.lang.Object
net.dv8tion.jda.api.interactions.modals.ModalMapping
ID/Value pair for a 
ModalInteractionEvent.- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ModalMapping
 
- 
- 
Method Details- 
getIdThe custom id of this component- Returns:
- The custom id of this component
 
- 
getTypeTheTypeof this component- Returns:
- Type of this component
 
- 
getAsStringThe String representation of this component.For TextInputs, this returns what the User typed in it. - Returns:
- The String representation of this component.
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-