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 with type parameters of type InteractiveFooterModifier and TypeFieldDescriptionprivate final Optional<InteractiveFooter> InteractiveMessage.footerThe field for thefooterrecord component.private Optional<InteractiveFooter> InteractiveMessageBuilder.footerMethods in it.auties.whatsapp.model.message.button that return types with arguments of type InteractiveFooterModifier and TypeMethodDescriptionInteractiveMessage.footer()Returns the value of thefooterrecord component.Methods in it.auties.whatsapp.model.message.button with parameters of type InteractiveFooterMethod parameters in it.auties.whatsapp.model.message.button with type arguments of type InteractiveFooterModifier and TypeMethodDescriptionInteractiveMessageBuilder.footer(Optional<InteractiveFooter> footer)