Uses of Class
com.whatsapp.api.domain.messages.Currency
Packages that use Currency
-
Uses of Currency in com.whatsapp.api.domain.messages
Methods in com.whatsapp.api.domain.messages that return CurrencyModifier and TypeMethodDescriptionCurrencyParameter.getCurrency()
Gets currency.Currency.setAmount1000
(long amount1000) Sets amount 1000.Sets code.Currency.setFallbackValue
(String fallbackValue) Sets fallback value.Methods in com.whatsapp.api.domain.messages with parameters of type CurrencyModifier and TypeMethodDescriptionCurrencyParameter.setCurrency
(Currency currency) Sets currency.Constructors in com.whatsapp.api.domain.messages with parameters of type CurrencyModifierConstructorDescriptionCurrencyParameter
(Currency currency) Instantiates a new Currency parameter.