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 ShippingOptionShippingOption.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.AnswerShippingQueryBuilderAnswerShippingQuery.AnswerShippingQueryBuilder. addShippingOption(ShippingOption option)Method parameters in com.jtelegram.api.requests.payment with type arguments of type ShippingOption Modifier and Type Method Description AnswerShippingQuery.AnswerShippingQueryBuilderAnswerShippingQuery.AnswerShippingQueryBuilder. addShippingOptions(java.util.Collection<ShippingOption> options)AnswerShippingQuery.AnswerShippingQueryBuilderAnswerShippingQuery.AnswerShippingQueryBuilder. shippingOptions(java.util.List<ShippingOption> shippingOptions)
-