Uses of Record Class
it.auties.whatsapp.model.button.interactive.InteractiveCollection
Packages that use InteractiveCollection
Package
Description
-
Uses of InteractiveCollection in it.auties.whatsapp.model.button.interactive
Methods in it.auties.whatsapp.model.button.interactive that return InteractiveCollectionModifier and TypeMethodDescriptionInteractiveCollectionBuilder.build()static InteractiveCollectionInteractiveCollectionSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.button.interactive with parameters of type InteractiveCollectionModifier and TypeMethodDescriptionstatic byte[]InteractiveCollectionSpec.encode(InteractiveCollection protoInputObject) -
Uses of InteractiveCollection in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button declared as InteractiveCollectionModifier and TypeFieldDescriptionprivate final InteractiveCollectionInteractiveMessage.contentCollectionprivate InteractiveCollectionInteractiveMessageBuilder.contentCollectionMethods in it.auties.whatsapp.model.message.button that return types with arguments of type InteractiveCollectionMethods in it.auties.whatsapp.model.message.button with parameters of type InteractiveCollectionModifier and TypeMethodDescriptionInteractiveMessageBuilder.contentCollection(InteractiveCollection contentCollection) Constructors in it.auties.whatsapp.model.message.button with parameters of type InteractiveCollectionModifierConstructorDescriptionInteractiveMessage(InteractiveHeader header, InteractiveBody body, InteractiveFooter footer, InteractiveShop contentShop, InteractiveCollection contentCollection, InteractiveNativeFlow contentNativeFlow, ContextInfo contextInfo)