Class InlineKeyboardRow.InlineKeyboardRowBuilder
- java.lang.Object
-
- com.jtelegram.api.inline.keyboard.InlineKeyboardRow.InlineKeyboardRowBuilder
-
- Enclosing class:
- InlineKeyboardRow
public static class InlineKeyboardRow.InlineKeyboardRowBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InlineKeyboardRow
build()
InlineKeyboardRow.InlineKeyboardRowBuilder
button(InlineKeyboardButton button)
InlineKeyboardRow.InlineKeyboardRowBuilder
buttons(java.util.Collection<? extends InlineKeyboardButton> buttons)
InlineKeyboardRow.InlineKeyboardRowBuilder
clearButtons()
java.lang.String
toString()
-
-
-
Method Detail
-
button
public InlineKeyboardRow.InlineKeyboardRowBuilder button(InlineKeyboardButton button)
-
buttons
public InlineKeyboardRow.InlineKeyboardRowBuilder buttons(java.util.Collection<? extends InlineKeyboardButton> buttons)
-
clearButtons
public InlineKeyboardRow.InlineKeyboardRowBuilder clearButtons()
-
build
public InlineKeyboardRow build()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-