public static final class InlineQueryResultContact.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
InlineQueryResultContact |
build() |
InlineQueryResultContact.Builder |
firstName(String firstName) |
InlineQueryResultContact.Builder |
id(String id) |
InlineQueryResultContact.Builder |
inputMessageContext(InputMessageContent inputMessageContext) |
InlineQueryResultContact.Builder |
lastName(String lastName) |
InlineQueryResultContact.Builder |
phoneNumber(String phoneNumber) |
InlineQueryResultContact.Builder |
replyMarkup(InlineKeyboardMarkup replyMarkup) |
InlineQueryResultContact.Builder |
thumbHeight(String thumbHeight) |
InlineQueryResultContact.Builder |
thumbUrl(String thumbUrl) |
InlineQueryResultContact.Builder |
thumbWidth(String thumbWidth) |
InlineQueryResultContact.Builder |
vcard(String vcard) |
public InlineQueryResultContact.Builder id(String id)
public InlineQueryResultContact.Builder replyMarkup(InlineKeyboardMarkup replyMarkup)
public InlineQueryResultContact.Builder phoneNumber(String phoneNumber)
public InlineQueryResultContact.Builder firstName(String firstName)
public InlineQueryResultContact.Builder lastName(String lastName)
public InlineQueryResultContact.Builder vcard(String vcard)
public InlineQueryResultContact.Builder thumbUrl(String thumbUrl)
public InlineQueryResultContact.Builder thumbWidth(String thumbWidth)
public InlineQueryResultContact.Builder thumbHeight(String thumbHeight)
public InlineQueryResultContact.Builder inputMessageContext(InputMessageContent inputMessageContext)
public InlineQueryResultContact build()
Apache Camel