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 InlineKeyboardButtonInlineKeyboardButton.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.KeyboardBuilderReplyKeyboardMarkup.Builder.KeyboardBuilder. addOneRowByEachButton(List<InlineKeyboardButton> inlineKeyboardButtons)InlineKeyboardMarkup.BuilderInlineKeyboardMarkup.Builder. addRow(List<InlineKeyboardButton> inlineKeyboardButtons)ReplyKeyboardMarkup.Builder.KeyboardBuilderReplyKeyboardMarkup.Builder.KeyboardBuilder. addRow(List<InlineKeyboardButton> inlineKeyboardButtons)InlineKeyboardMarkup.BuilderInlineKeyboardMarkup.Builder. inlineKeyboard(List<List<InlineKeyboardButton>> inlineKeyboard)voidInlineKeyboardMarkup. setInlineKeyboard(List<List<InlineKeyboardButton>> inlineKeyboard)voidReplyKeyboardMarkup. 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)BuildsInlineKeyboardMarkupinstance.ReplyKeyboardMarkup(Boolean oneTimeKeyboard, Boolean removeKeyboard, Boolean resizeKeyboard, Boolean selective, List<List<InlineKeyboardButton>> keyboard)
-