Class InlineQueryResultContact.Builder
- java.lang.Object
-
- org.apache.camel.component.telegram.model.InlineQueryResultContact.Builder
-
- Enclosing class:
- InlineQueryResultContact
public static final class InlineQueryResultContact.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
id
public InlineQueryResultContact.Builder id(String id)
-
replyMarkup
public InlineQueryResultContact.Builder replyMarkup(InlineKeyboardMarkup replyMarkup)
-
phoneNumber
public InlineQueryResultContact.Builder phoneNumber(String phoneNumber)
-
firstName
public InlineQueryResultContact.Builder firstName(String firstName)
-
lastName
public InlineQueryResultContact.Builder lastName(String lastName)
-
vcard
public InlineQueryResultContact.Builder vcard(String vcard)
-
thumbUrl
public InlineQueryResultContact.Builder thumbUrl(String thumbUrl)
-
thumbWidth
public InlineQueryResultContact.Builder thumbWidth(String thumbWidth)
-
thumbHeight
public InlineQueryResultContact.Builder thumbHeight(String thumbHeight)
-
inputMessageContext
public InlineQueryResultContact.Builder inputMessageContext(InputMessageContent inputMessageContext)
-
build
public InlineQueryResultContact build()
-
-