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 InlineKeyboardRowbuild()InlineKeyboardRow.InlineKeyboardRowBuilderbutton(InlineKeyboardButton button)InlineKeyboardRow.InlineKeyboardRowBuilderbuttons(java.util.Collection<? extends InlineKeyboardButton> buttons)InlineKeyboardRow.InlineKeyboardRowBuilderclearButtons()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-