Uses of Record Class
it.auties.whatsapp.model.button.interactive.InteractiveFooter
Packages that use InteractiveFooter
Package
Description
-
Uses of InteractiveFooter in it.auties.whatsapp.model.button.interactive
Methods in it.auties.whatsapp.model.button.interactive that return InteractiveFooterModifier and TypeMethodDescriptionInteractiveFooterBuilder.build()static InteractiveFooterInteractiveFooterSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.button.interactive that return types with arguments of type InteractiveFooterModifier and TypeMethodDescriptionstatic Optional<InteractiveFooter> InteractiveFooter.ofNullable(String content) Methods in it.auties.whatsapp.model.button.interactive with parameters of type InteractiveFooterModifier and TypeMethodDescriptionstatic byte[]InteractiveFooterSpec.encode(InteractiveFooter protoInputObject) -
Uses of InteractiveFooter in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button declared as InteractiveFooterModifier and TypeFieldDescriptionprivate final InteractiveFooterInteractiveMessage.footerprivate InteractiveFooterInteractiveMessageBuilder.footerMethods in it.auties.whatsapp.model.message.button that return types with arguments of type InteractiveFooterMethods in it.auties.whatsapp.model.message.button with parameters of type InteractiveFooterConstructors in it.auties.whatsapp.model.message.button with parameters of type InteractiveFooterModifierConstructorDescriptionInteractiveMessage(InteractiveHeader header, InteractiveBody body, InteractiveFooter footer, InteractiveShop contentShop, InteractiveCollection contentCollection, InteractiveNativeFlow contentNativeFlow, ContextInfo contextInfo)