Uses of Class
org.apache.camel.component.telegram.model.InlineKeyboardButton
-
Packages that use InlineKeyboardButton Package Description org.apache.camel.component.telegram.model -
-
Uses of InlineKeyboardButton in org.apache.camel.component.telegram.model
Methods in org.apache.camel.component.telegram.model that return InlineKeyboardButton Modifier and Type Method Description InlineKeyboardButton
InlineKeyboardButton.Builder. build()
Methods in org.apache.camel.component.telegram.model that return types with arguments of type InlineKeyboardButton Modifier and Type Method Description List<List<InlineKeyboardButton>>
InlineKeyboardMarkup. getInlineKeyboard()
List<List<InlineKeyboardButton>>
ReplyKeyboardMarkup. getKeyboard()
Method parameters in org.apache.camel.component.telegram.model with type arguments of type InlineKeyboardButton Modifier and Type Method Description ReplyKeyboardMarkup.Builder.KeyboardBuilder
ReplyKeyboardMarkup.Builder.KeyboardBuilder. addOneRowByEachButton(List<InlineKeyboardButton> inlineKeyboardButtons)
InlineKeyboardMarkup.Builder
InlineKeyboardMarkup.Builder. addRow(List<InlineKeyboardButton> inlineKeyboardButtons)
ReplyKeyboardMarkup.Builder.KeyboardBuilder
ReplyKeyboardMarkup.Builder.KeyboardBuilder. addRow(List<InlineKeyboardButton> inlineKeyboardButtons)
InlineKeyboardMarkup.Builder
InlineKeyboardMarkup.Builder. inlineKeyboard(List<List<InlineKeyboardButton>> inlineKeyboard)
void
InlineKeyboardMarkup. setInlineKeyboard(List<List<InlineKeyboardButton>> inlineKeyboard)
void
ReplyKeyboardMarkup. setKeyboard(List<List<InlineKeyboardButton>> keyboard)
Constructor parameters in org.apache.camel.component.telegram.model with type arguments of type InlineKeyboardButton Constructor Description InlineKeyboardMarkup(List<List<InlineKeyboardButton>> inlineKeyboard)
BuildsInlineKeyboardMarkup
instance.ReplyKeyboardMarkup(Boolean oneTimeKeyboard, Boolean removeKeyboard, Boolean resizeKeyboard, Boolean selective, List<List<InlineKeyboardButton>> keyboard)
-