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 ReplyKeyboardRow
build()
ReplyKeyboardRow.ReplyKeyboardRowBuilder
button(KeyboardButton button)
ReplyKeyboardRow.ReplyKeyboardRowBuilder
buttons(java.util.Collection<? extends KeyboardButton> buttons)
ReplyKeyboardRow.ReplyKeyboardRowBuilder
clearButtons()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-