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 InlineQueryResultContactbuild()InlineQueryResultContact.BuilderfirstName(String firstName)InlineQueryResultContact.Builderid(String id)InlineQueryResultContact.BuilderinputMessageContext(InputMessageContent inputMessageContext)InlineQueryResultContact.BuilderlastName(String lastName)InlineQueryResultContact.BuilderphoneNumber(String phoneNumber)InlineQueryResultContact.BuilderreplyMarkup(InlineKeyboardMarkup replyMarkup)InlineQueryResultContact.BuilderthumbHeight(String thumbHeight)InlineQueryResultContact.BuilderthumbUrl(String thumbUrl)InlineQueryResultContact.BuilderthumbWidth(String thumbWidth)InlineQueryResultContact.Buildervcard(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()
-
-