Uses of Record Class
it.auties.whatsapp.model.button.template.highlyStructured.HighlyStructuredCurrency
Packages that use HighlyStructuredCurrency
-
Uses of HighlyStructuredCurrency in it.auties.whatsapp.model.button.template.highlyStructured
Fields in it.auties.whatsapp.model.button.template.highlyStructured with type parameters of type HighlyStructuredCurrencyModifier and TypeFieldDescriptionprivate final Optional<HighlyStructuredCurrency> HighlyStructuredLocalizableParameter.parameterCurrencyThe field for theparameterCurrencyrecord component.private Optional<HighlyStructuredCurrency> HighlyStructuredLocalizableParameterBuilder.parameterCurrencyMethods in it.auties.whatsapp.model.button.template.highlyStructured that return HighlyStructuredCurrencyModifier and TypeMethodDescriptionHighlyStructuredCurrencyBuilder.build()static HighlyStructuredCurrencyHighlyStructuredCurrencySpec.decode(byte[] input) Methods in it.auties.whatsapp.model.button.template.highlyStructured that return types with arguments of type HighlyStructuredCurrencyModifier and TypeMethodDescriptionHighlyStructuredLocalizableParameter.parameterCurrency()Returns the value of theparameterCurrencyrecord component.Methods in it.auties.whatsapp.model.button.template.highlyStructured with parameters of type HighlyStructuredCurrencyModifier and TypeMethodDescriptionstatic byte[]HighlyStructuredCurrencySpec.encode(HighlyStructuredCurrency protoInputObject) HighlyStructuredLocalizableParameterBuilder.parameterCurrency(HighlyStructuredCurrency parameterCurrency) Method parameters in it.auties.whatsapp.model.button.template.highlyStructured with type arguments of type HighlyStructuredCurrencyModifier and TypeMethodDescriptionHighlyStructuredLocalizableParameterBuilder.parameterCurrency(Optional<HighlyStructuredCurrency> parameterCurrency) Constructor parameters in it.auties.whatsapp.model.button.template.highlyStructured with type arguments of type HighlyStructuredCurrencyModifierConstructorDescriptionHighlyStructuredLocalizableParameter(String defaultValue, Optional<HighlyStructuredCurrency> parameterCurrency, Optional<HighlyStructuredDateTime> parameterDateTime) Creates an instance of aHighlyStructuredLocalizableParameterrecord class.