Class ReplyKeyboardRow.ReplyKeyboardRowBuilder
- java.lang.Object
-
- com.jtelegram.api.message.keyboard.ReplyKeyboardRow.ReplyKeyboardRowBuilder
-
- Enclosing class:
- ReplyKeyboardRow
public static class ReplyKeyboardRow.ReplyKeyboardRowBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplyKeyboardRowbuild()ReplyKeyboardRow.ReplyKeyboardRowBuilderbutton(KeyboardButton button)ReplyKeyboardRow.ReplyKeyboardRowBuilderbuttons(java.util.Collection<? extends KeyboardButton> buttons)ReplyKeyboardRow.ReplyKeyboardRowBuilderclearButtons()java.lang.StringtoString()
-
-
-
Method Detail
-
button
public ReplyKeyboardRow.ReplyKeyboardRowBuilder button(KeyboardButton button)
-
buttons
public ReplyKeyboardRow.ReplyKeyboardRowBuilder buttons(java.util.Collection<? extends KeyboardButton> buttons)
-
clearButtons
public ReplyKeyboardRow.ReplyKeyboardRowBuilder clearButtons()
-
build
public ReplyKeyboardRow build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-