Uses of Class
com.jtelegram.api.message.payments.ShippingOption
-
Packages that use ShippingOption Package Description com.jtelegram.api.message.payments com.jtelegram.api.requests.payment -
-
Uses of ShippingOption in com.jtelegram.api.message.payments
Methods in com.jtelegram.api.message.payments that return ShippingOption Modifier and Type Method Description ShippingOption
ShippingOption.ShippingOptionBuilder. build()
-
Uses of ShippingOption in com.jtelegram.api.requests.payment
Methods in com.jtelegram.api.requests.payment that return types with arguments of type ShippingOption Modifier and Type Method Description java.util.List<ShippingOption>
AnswerShippingQuery. getShippingOptions()
Methods in com.jtelegram.api.requests.payment with parameters of type ShippingOption Modifier and Type Method Description AnswerShippingQuery.AnswerShippingQueryBuilder
AnswerShippingQuery.AnswerShippingQueryBuilder. addShippingOption(ShippingOption option)
Method parameters in com.jtelegram.api.requests.payment with type arguments of type ShippingOption Modifier and Type Method Description AnswerShippingQuery.AnswerShippingQueryBuilder
AnswerShippingQuery.AnswerShippingQueryBuilder. addShippingOptions(java.util.Collection<ShippingOption> options)
AnswerShippingQuery.AnswerShippingQueryBuilder
AnswerShippingQuery.AnswerShippingQueryBuilder. shippingOptions(java.util.List<ShippingOption> shippingOptions)
-